diff --git a/tests/service/Symbols.fs b/tests/service/Symbols.fs index b71d47bff39..6d2fec751e0 100644 --- a/tests/service/Symbols.fs +++ b/tests/service/Symbols.fs @@ -315,10 +315,10 @@ module Strings = let ``SynConst.String tracks triple quotes`` (bindingName: string, isTripleQuote: bool) = let parseResults = getParseResults - """ - let string1 = "yo" + " + let string1 = \"yo\" let string2 = \"\"\"yo\"\"\" - """ + " match getBindingConstValue parseResults bindingName with | Some (SynConst.String (_, _, tripleQuote_, _)) -> tripleQuote_ |> should equal isTripleQuote