]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/shaders/shaders-tests.factor
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping ...
[factor.git] / extra / gpu / shaders / shaders-tests.factor
index be5087bf443a2efb166d018f84e66002dab9b29a..b62e9e61137cdc5984adfd5de02bde3f8104bf75 100644 (file)
@@ -2,10 +2,10 @@
 USING: multiline gpu.shaders gpu.shaders.private tools.test ;
 IN: gpu.shaders.tests
 
-{ """ERROR: foo.factor:20: Bad command or filename
+{ "ERROR: foo.factor:20: Bad command or filename
 INFO: foo.factor:30: The operation completed successfully
-NOT:A:LOG:LINE"""  }
+NOT:A:LOG:LINE"  }
 [ T{ shader { filename "foo.factor" } { line 19 } }
-"""ERROR: 0:1: Bad command or filename
+"ERROR: 0:1: Bad command or filename
 INFO: 0:11: The operation completed successfully
-NOT:A:LOG:LINE""" replace-log-line-numbers ] unit-test
+NOT:A:LOG:LINE" replace-log-line-numbers ] unit-test