diff --git a/src/bin/expect_tests/syntax_error_tests.ml b/src/bin/expect_tests/syntax_error_tests.ml index d3a735c3f..ccb76c858 100644 --- a/src/bin/expect_tests/syntax_error_tests.ml +++ b/src/bin/expect_tests/syntax_error_tests.ml @@ -4,7 +4,7 @@ let%expect_test _ = run_ligo_bad [ "compile-contract" ; "../../test/contracts/negative/error_syntax.ligo" ; "main" ] ; [%expect {| ligo: : Parse error in file "error_syntax.ligo", line 1, characters 16-17, after "bar" and before "-". - {} + 15: {} If you're not sure how to fix this error, you can diff --git a/src/passes/1-parser/cameligo.ml b/src/passes/1-parser/cameligo.ml index 2cd218370..575445a0a 100644 --- a/src/passes/1-parser/cameligo.ml +++ b/src/passes/1-parser/cameligo.ml @@ -23,7 +23,7 @@ module PreIO = ~offsets:true ~mode:`Point ~cmd:EvalOpt.Quiet - ~mono:true + ~mono:false end module Parser = diff --git a/src/passes/1-parser/pascaligo.ml b/src/passes/1-parser/pascaligo.ml index f3b63975c..10eeaa30d 100644 --- a/src/passes/1-parser/pascaligo.ml +++ b/src/passes/1-parser/pascaligo.ml @@ -23,7 +23,7 @@ module PreIO = ~offsets:true ~mode:`Point ~cmd:EvalOpt.Quiet - ~mono:true + ~mono:false end module Parser = diff --git a/src/passes/1-parser/reasonligo.ml b/src/passes/1-parser/reasonligo.ml index 753750fc4..17091363b 100644 --- a/src/passes/1-parser/reasonligo.ml +++ b/src/passes/1-parser/reasonligo.ml @@ -26,7 +26,7 @@ module PreIO = ~offsets:true ~mode:`Point ~cmd:EvalOpt.Quiet - ~mono:true + ~mono:false end module Parser =