Skip to content

Commit

Permalink
Fix JSON test
Browse files Browse the repository at this point in the history
  • Loading branch information
ollydev committed Aug 26, 2023
1 parent cf9b5c9 commit a8d7676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/json.simba
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const
' "ThisIsALargeInteger" : 9223372036854775807,' + LINE_SEP +
' "ThisIsAFloat" : 1.5000000000000000E+000,' + LINE_SEP +
' "ThisIsAString" : "HelloWorld",' + LINE_SEP +
' "ThisIsTrue" : -1,' + LINE_SEP +
' "ThisIsFalse" : 0,' + LINE_SEP +
' "ThisIsTrue" : true,' + LINE_SEP +
' "ThisIsFalse" : false,' + LINE_SEP +
' "ThisIsAObject" : {' + LINE_SEP +
' "ObjectKey" : "ObjectValue"' + LINE_SEP +
' },' + LINE_SEP +
Expand Down

0 comments on commit a8d7676

Please sign in to comment.