History for NewLang / tests
2022-05-13
@Jookia
tests: Use one test per invalid case for text and notes
Jookia committed on 13 May 2022
@Jookia
tests: Add template_parse_invalid
Jookia committed on 13 May 2022
@Jookia
tests: Move insert_random to parse.templates
Jookia committed on 13 May 2022
@Jookia
tests: Add a template for parsing valid syntax
Jookia committed on 13 May 2022
@Jookia
tests: Refactor getter and setter tests in to a template
Jookia committed on 13 May 2022
2022-05-12
@Jookia
parse: Pass a context to the parse function
Jookia committed on 12 May 2022
@Jookia
parse: Have parse_text handle contexts properly
Jookia committed on 12 May 2022
@Jookia
parse: Have parse_bool handle contexts properly
Jookia committed on 12 May 2022
2022-05-10
@Jookia
tests: Clarify test name in test_clear_notes
Jookia committed on 10 May 2022
@Jookia
parse: Use an error context for clear_notes
Jookia committed on 10 May 2022
@Jookia
src: Pass a parent context to skip_note
Jookia committed on 10 May 2022
@Jookia
parse: Have skip_note create a PARSE_NOT ParseContext
Jookia committed on 10 May 2022
@Jookia
parse: Allow attaching a ParseContext to a ParseErrorException
Jookia committed on 10 May 2022
@Jookia
parse: Add parse contexts for later error reporting
Jookia committed on 10 May 2022
@Jookia
tests: Fix ParseError exception tests not wroking
Jookia committed on 10 May 2022
2022-05-05
@Jookia
tests: parse: Remove unused insert_random
Jookia committed on 5 May 2022
@Jookia
tests: parse: Clean up some includes
Jookia committed on 5 May 2022
@Jookia
tests: parse: Move note tests to their own files
Jookia committed on 5 May 2022
@Jookia
tests: parse: Move text tests to its own file
Jookia committed on 5 May 2022
@Jookia
tests: parse: Move bool tests to its own file
Jookia committed on 5 May 2022
@Jookia
tests: Move parse to its own directory
Jookia committed on 5 May 2022
@Jookia
tests: parse_boolean -> parse_bool
Jookia committed on 5 May 2022
@Jookia
tests: Move draw_token_by_value to syntax
Jookia committed on 5 May 2022
@Jookia
parse: Clear notes as first parse step
Jookia committed on 5 May 2022
@Jookia
parse: Add clear_notes function to handle removing comments
Jookia committed on 5 May 2022
2022-05-04
@Jookia
tests: Remove dead code in draw_note_value_token ...
Jookia committed on 4 May 2022
@Jookia
syntax: Add peeking to SyntaxStream
Jookia committed on 4 May 2022
@Jookia
parse: Put skip_note in its own class for testing
Jookia committed on 4 May 2022
@Jookia
parse: Wrap parse functionality to allow mock testing
Jookia committed on 4 May 2022
2022-04-25
@Jookia
parse: Parse boolean values
Jookia committed on 25 Apr 2022