Skip to content

Commit

Permalink
test(Diagnostic): add a test (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia authored Sep 29, 2024
1 parent 4c0e340 commit ccfc4af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/TestDiagnostic.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ let () =
"string_of_text",
[
of_test "\\n" (Asai.Diagnostic.text " \r e \n f \n g ") " e f g ";
of_test "\\n" (Asai.Diagnostic.textf "@[<v>123@[456@]789@]") "123 456789";
]
]

0 comments on commit ccfc4af

Please sign in to comment.