Skip to content

Commit

Permalink
more spell checking
Browse files Browse the repository at this point in the history
  • Loading branch information
owestphal committed Oct 17, 2023
1 parent e419155 commit 6c75adc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fno
foldl
foldr
fst
gdw
GHC
github
Graphviz
Expand Down
4 changes: 2 additions & 2 deletions test/ParsingSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec = do
]
describe "parser @Cnf" $ do
it "correctly recognizes all different notations" $
isRight $ parse (parser @Cnf) "" "A/\\B und (C or ~D) and (not E oder nicht F \\/ G)"
isRight $ parse (parser @Cnf) "" "A/\\B und (C or ~D) and (not E oder nicht F \\/ G)" {- german -}
describe "parser @Dnf" $ do
it "correctly recognizes all different notations" $
isRight $ parse (parser @Dnf) "" "A \\/-B oder (C and D) or (not E and nicht F /\\ ~ G)"
isRight $ parse (parser @Dnf) "" "A \\/-B oder (C and D) or (not E and nicht F /\\ ~ G)" {- german -}

0 comments on commit 6c75adc

Please sign in to comment.