ref: 74d91a0021de012908cfdb35fb61a1473a376130
dir: /lib/regex/test/tests/
FLAGS=-I../ EXTRA_SRC=testmatch.myr # Format: # [B|F] testname [E|P] result # [B|F]: Compiler outcome. # B: Expect that this test will build. # F: Expect that this test will not build. # testname: Test case # The test that will run. We will try to # compile 'testname.myr' to 'testname', # and then execute it, verifying the result # [E|P|C]: Result type # E tells us that the result is an exit status # P tells us that the result is on stdout, # and should be compared to the value on the # line # C tells us that the result is on stdout, # and should be compared to the contents of # the file passed on the line. # result: Result value # What we compare with. This should be self- # evident. B basic C B boundaries C B capture C B class C B failmatch C B negclass C B unicode C