You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: standalone/src/test/java/com/trivadis/plsql/formatter/settings/tests/grammar/plsql/While_loop_statement.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -57,20 +57,20 @@ public void example_14_47_tokenized() throws IOException {
57
57
varactual = getFormatter().format(input);
58
58
varexpected = """
59
59
declare
60
-
done boolean := FALSE;
60
+
done boolean := false;
61
61
begin
62
62
while done
63
63
loop
64
64
DBMS_OUTPUT.PUT_LINE('This line does not print.');
0 commit comments