Browse Source

* Add another tests for #41563

Michaël Van Canneyt 1 week ago
parent
commit
836c54b097
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-json/tests/testjsonreader.pas

+ 1 - 0
packages/fcl-json/tests/testjsonreader.pas

@@ -325,6 +325,7 @@ begin
   DoTestString('A string');
   DoTestString('');
   DoTestString('\"','"');
+  DoTestString('a\"','a"');
   DoTestString('a\\','a\');
   DoTestString('C:\\Windows','C:\Windows');
   DoTestString('\u00f8','ø'); // this is ø