Nothing Special   »   [go: up one dir, main page]

Skip to content

Latest commit

 

History

History

fail-lbnf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Test suite for ill-formed input

This directory contains test cases that should fail the well-formedness checker for LBNF before even passing on to a backend.

To add a test case, place two files here:

  • name.cf: The errorneous LBNF file.
  • name.err: The expected error output.

Each .cf file will be run through BNFC and the error message will be compared to the contents of the respective .err file.