# Pastebin 3teBSw0v tests/test-files/good/Strings/MultilineNormal.elm: [Failed] Compile failed: -- SYNTAX PROBLEM ------------ tests/test-files/good/Strings/MultilineNormal.elm (line 1, column 2): unexpected "\n" expecting string character or end of string 5| " ^ Maybe can help you figure it out. tests/test-files/good/Strings/QuotesAndComments.elm: [Failed] Compile failed: -- SYNTAX PROBLEM ---------- tests/test-files/good/Strings/QuotesAndComments.elm Ran into a single quote in a variable name. This was removed in 0.18! 4| let x' = x ^ Change it to a number or an underscore, like x_ or x1 Or better yet, choose a more descriptive name! Test Cases Total Passed 49 49 Failed 12 12 Total 61 61 Test suite compiler-tests: FAIL