RegressionTests__StringTests.st
changeset 2570 d62760a8ac9a
parent 2569 9b7a08d2261c
child 2572 c0cb4ff0f03a
--- a/RegressionTests__StringTests.st	Mon Feb 24 14:27:58 2020 +0100
+++ b/RegressionTests__StringTests.st	Mon Feb 24 14:28:13 2020 +0100
@@ -2299,7 +2299,7 @@
     self assert:( '' unquote = '' ).
 
     self assert:( '""' unquote = '' ).
-    self assert:( '''''' unquote = c'''''' ).
+    self assert:( '''''' unquote = '''''' ).
 
     "/ ------------------------------------