Use kcl_input! macro (#3189)

* Use kcl_input! macro

These two lines are equivalent:
`kcl_input!("foo")`
`include_str!("inputs/foo.kcl")`

Simplifies the tests.

* Move more KCL test programs into their own files

* Move twenty-twenty asserts into their own function

* Move more asserts into 'assert_out'
This commit is contained in:
Adam Chalmers
2024-07-30 11:14:37 -05:00
committed by GitHub
parent 54936f6932
commit 07a90b3171
8 changed files with 207 additions and 358 deletions

File diff suppressed because it is too large Load Diff