Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 0a4faad

Browse files
update version in disabled annotation
1 parent 024220d commit 0a4faad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standalone/src/test/java/com/trivadis/plsql/formatter/settings/tests/issues/Issue_256_linebreak_in_string.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import java.io.IOException;
99

1010
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
11-
@Disabled("Bug in SQLDev 23.1, SQLcl 23.3")
11+
@Disabled("Bug in SQLDev 23.1.1.345, SQLcl 23.3.0, SQLcl 23.4.0")
1212
public class Issue_256_linebreak_in_string extends ConfiguredTestFormatter {
1313
@Test
1414
public void escaped_entity_in_string() throws IOException {

0 commit comments

Comments
 (0)