-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels