aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lua 5.5 no longer put nil in array part of table.HEADv0.33.10mainLi Jin2026-04-021-5/+0
|
* test: add test cases for empty table pattern matchingfeature/ast-node-end-positionLi Jin2026-03-261-0/+83
| | | | | | | | | | - Test [] pattern matches tables with #x == 0 - Test {} pattern matches tables with next(x) == nil - Test distinguishing between [] and {} patterns - Test empty patterns with then syntax - Test empty patterns with multiple when branches Related to #249
* feat: add m_end position to AST nodesLi Jin2026-03-262-1/+94
| | | | | | | | | - Add end line and column (m_end.m_line, m_end.m_col) to AST output - New AST format: [name, begin_line, begin_col, end_line, end_col, ...children] - Update format_spec.yue to normalize end positions for comparison - Add ast_spec.yue tests for AST end position feature Closes #251
* Cleanup.Li Jin2026-02-211-471/+0
|
* Add test suite for reserve comments featureLi Jin2026-02-202-0/+884
| | | | | | | | - Add assert_output_not_contains helper function for negative assertions - Add reserve_comments_spec test with Yue and Lua files - Integrate new test suite into run_all_tests.sh Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Added more tests.Li Jin2026-02-122-2/+24
|
* More test cases.Li Jin2026-02-121-0/+840
|
* Fixed docs.Li Jin2026-02-061-1/+1
|
* Added more tests.Li Jin2026-01-308-0/+224
|
* Added more format function specs.Li Jin2026-01-291-15/+58
|
* Fixed Windows build.Li Jin2026-01-291-1/+1
|
* Fixed compiler issues and added 800+ test cases.Li Jin2026-01-2821-178/+172
|
* Add compiler improvements and comprehensive test suitecompiler-improvementsLi Jin2026-01-2725-0/+2744
| | | | | | | | - Fixed path option handling to avoid semicolon concatenation issues - Added exception handling for std::length_error and general exceptions - Added comprehensive test specifications for advanced language features Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Updated tests.Li Jin2026-01-2614-48/+44
|
* Fixed compiler improvements and added comprehensive test suiteLi Jin2026-01-2617-0/+1835
| | | | | | | | | | | - Fixed makefile preprocessor macro definitions (removed spaces in -D flags) - Added null pointer check in compiler class declaration handling - Added comprehensive test specifications for various language features: - attrib, backcall, cond, config, existential, export, goto - import, literals, macro, metatable, operators, return - string, switch, vararg, with Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Adding tests.Li Jin2026-01-226-0/+46
|
* Update.v0.32.3Li Jin2026-01-211-0/+1
|
* Updated reserved comments function.v0.30.1Li Jin2025-12-041-1/+1
|
* more test cases.v0.23.0Li Jin2024-03-191-0/+1
|
* add yue.format() function. fix yue ast to code function issues.Li Jin2023-12-131-0/+126
|
* fix issue #114.Li Jin2022-11-091-0/+13
|
* fix issue #81, refactor continue with gotos.Li Jin2022-09-301-3/+3
|
* fix readme.Li Jin2022-09-131-0/+15
|
* adding test cases.Li Jin2022-07-273-217/+236
|
* add favicon and tests.v0.10.23Li Jin2022-05-242-0/+306