You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add some multiline string vars to StringAndCharacters.swift test file:
let multilineString = """
multiline
text
"""
let multilineStringWithVar = """
multiline
text
with a star \(star)
"""
let multilineStringWithEscaped = """
You could write multi-lined strings
without "escaping" single quotes.
"""
Expected Behavior
No test failure
Actual Behavior
java.lang.AssertionError:
Expected: an empty string
but: was "line 8:24 extraneous input '"' expecting {, ';', 'for', 'case', ......
when running GrammarTest::testGrammar
The text was updated successfully, but these errors were encountered:
Tailor Version: v0.1.0
master
Swift Version: 1.0
4.0
Platform (Mac/Linux/Windows/CI): Mac
Mac
Installation Method: Homebrew
Steps to Reproduce Issue
Expected Behavior
No test failure
Actual Behavior
java.lang.AssertionError:
Expected: an empty string
but: was "line 8:24 extraneous input '"' expecting {, ';', 'for', 'case', ......
when running GrammarTest::testGrammar
The text was updated successfully, but these errors were encountered: