Skip to content

Commit

Permalink
CEF parser: add invalid CEF example from spec as test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ikluft committed Sep 12, 2023
1 parent 71edc4c commit cd9f00a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ cef-doc-example2.cvotes:
error: "^weight not permitted without weight_allowed flag"
cef-doc-invalid3.cvotes:
error: "^Syntax error at position 12, expected EMPTY_RANKING INT WORD"
cef-doc-invalid4.cvotes:
error: "^Syntax error at position 12, expected EMPTY_RANKING INT WORD"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# My beautiful election
#/Candidates: Candidate A;Candidate B;Candidate C

Candidate A < Candidate B > Candidate C

0 comments on commit cd9f00a

Please sign in to comment.