raw strings
This commit is contained in:
@@ -273,6 +273,10 @@ class BasicTestCase extends Test {
|
||||
function testPatternLets() {
|
||||
_testPatternLets();
|
||||
}
|
||||
|
||||
function testRawString() {
|
||||
_testRawString();
|
||||
}
|
||||
}
|
||||
|
||||
class BasicObject {
|
||||
|
@@ -454,4 +454,8 @@
|
||||
(Assert.fail))
|
||||
(unlessLet [(Some (or 5 6)) some5]
|
||||
(print "something else went wrong!")
|
||||
(Assert.fail))))
|
||||
(Assert.fail))))
|
||||
|
||||
(defun _testRawString []
|
||||
(Assert.equals #| "\\" |# #"\"#)
|
||||
(Assert.equals #| "\"#" |# ##""#"##))
|
Reference in New Issue
Block a user