diff --git a/src/WpfMath.Tests/ParserTests.fs b/src/WpfMath.Tests/ParserTests.fs index 72402cca..b26ed947 100644 --- a/src/WpfMath.Tests/ParserTests.fs +++ b/src/WpfMath.Tests/ParserTests.fs @@ -127,4 +127,10 @@ type ParserTests() = <| (formula <| row [ op (symbolOp "int") (System.Nullable ()) char 'f' - ]) \ No newline at end of file + ]) + + [] + let ``{} should be parsed properly`` () = + assertParseResult + <| @"{}" + <| (formula <| group (row [])) \ No newline at end of file