<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I rolled a very simple one and it seems to have gone well, I can now add more tests to my lexer package and to the rest of the code as I write it. A typical output from the test Makefile process:<div class=""><br class=""></div><div class=""><br class=""><font face="PT Mono" class=""><span style="font-style: normal;" class="">Running some lexer tests...<br class=""> ✓ test passed: line: 0028      ( ) [ ] { }<br class=""> ✓ test passed: line: 0032  Stock-Token<br class=""> ✓ test passed: line: 0033  /*Blocked*/<br class=""> ✓ test passed: line: 0034  ;Say it<br class=""><br class="">✘ test failed: line: 0035<br class="">exp: [s1(pos(0, 1, 9), "string1")]<br class="">got: [s1(pos(0, 1, 0), "string1")]<br class=""><br class=""> ✓ test passed: line: 0036 “string2"</span></font></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Glorious monochrome but good enough, I could stick some ANSI colour code sin but who needs it? Who needs rhetorical questions in general?</div><div class="">Thanks.</div><div class="">:)</div><div class=""><br class=""></div></body></html>