History for NewLang / tests
2023-02-13
@Jookia
src: Move all source code to src/newlang ...
Jookia committed on 13 Feb 2023
@Jookia
parse: Rename oldparse back to parse ...
Jookia committed on 13 Feb 2023
@Jookia
parse2: Move all new parser code to the parse2 namespace ...
Jookia committed on 13 Feb 2023
2022-12-03
@Jookia
tests: Add more test_note documentation
Jookia committed on 3 Dec 2022
@Jookia
tests: Add more clear_notes documentation
Jookia committed on 3 Dec 2022
2022-12-02
@Jookia
parse: Take parse_file out of Parser wrapper
Jookia committed on 2 Dec 2022
@Jookia
parse: Drop NoteSkipper wrapper class
Jookia committed on 2 Dec 2022
@Jookia
tests: Fix invalid directive comments
Jookia committed on 2 Dec 2022
@Jookia
tests: Check clear_notes error passthrough
Jookia committed on 2 Dec 2022
2022-10-06
@Jookia
tests: Replace file parsing mock with static directives
Jookia committed on 6 Oct 2022
@Jookia
tests: Simplify clear_notes tests ...
Jookia committed on 6 Oct 2022
2022-08-25
@Jookia
tests: Wrap test_oldparse's draw_token_empty in just
Jookia committed on 25 Aug 2022
@Jookia
tests: Remove unused template_parse_* functions
Jookia committed on 25 Aug 2022
@Jookia
tests: Don't return old tokens in draw_token_statement_invalid_value
Jookia committed on 25 Aug 2022
@Jookia
tests: Fix draw_token_statement_invalid_value overwriting terminator
Jookia committed on 25 Aug 2022
@Jookia
tests: Refactor test_statement to use template_test_*
Jookia committed on 25 Aug 2022
@Jookia
tests: Remove unused template_parse_valid and template_parse_invalid
Jookia committed on 25 Aug 2022
@Jookia
tests: Refactor test_value to use template_test_*
Jookia committed on 25 Aug 2022
@Jookia
tests: Remove unused insert_random_within
Jookia committed on 25 Aug 2022
@Jookia
tests: Refactor test_reference to use template_test_*
Jookia committed on 25 Aug 2022
@Jookia
tests: Fix typo in test_note
Jookia committed on 25 Aug 2022
@Jookia
tests: Refactor test_text to use template_test_*
Jookia committed on 25 Aug 2022
@Jookia
tests: Refactor test_clear_notes to use template_test_*
Jookia committed on 25 Aug 2022
2022-08-24
@Jookia
tests: Refactor test_note to use template_test_*
Jookia committed on 24 Aug 2022
@Jookia
tests: Refactor test_bool to use template_test_*
Jookia committed on 24 Aug 2022
2022-08-19
@Jookia
tests: Expect arrays for messages instead of dicts
Jookia committed on 19 Aug 2022
@Jookia
parse: Drop enum class in favor of DIY method ...
Jookia committed on 19 Aug 2022
2022-08-18
@Jookia
tests: Minor whitespace fix
Jookia committed on 18 Aug 2022
@Jookia
parse: Create messages from ParseTasks
Jookia committed on 18 Aug 2022
@Jookia
parse: Add filename to error messages
Jookia committed on 18 Aug 2022