Skip to content

Commit

Permalink
feature: add concatinated string test (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored May 20, 2024
1 parent 0a3dfeb commit 6d454c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/baselines/concatinated-string.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Whitespace
Class
Whitespace
VariableName
Whitespace
Punctuation
Whitespace
Punctuation
String
Punctuation
Numeric
Text
1 change: 1 addition & 0 deletions test/cases/concatinated-string.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
String string = "{\"0\":\"value\",\"1\":5,\"2\":-2.345E68,\"3\":true}";

0 comments on commit 6d454c7

Please sign in to comment.