We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbd045 commit 4c508cbCopy full SHA for 4c508cb
sqldev/src/test/java/org/utplsql/sqldev/test/parser/UtplsqlParserBugFixTest.xtend
@@ -23,7 +23,7 @@ class UtplsqlParserBugFixTest {
23
24
@Test
25
// https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/1
26
- def issue_1_matching_expr_in_string_literals() {
+ def issue1MatchingExprInStringLiterals() {
27
val plsql = '''
28
create or replace package body test_expect_not_to_be_null
29
is
@@ -81,7 +81,7 @@ class UtplsqlParserBugFixTest {
81
82
83
// https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/7
84
- def issue_7_platform_specific_line_terminators() {
+ def issue7WrongPositionWithWindowsLineSeparator() {
85
86
create or replace package test_expect_not_to_be_null
87
0 commit comments