Commit cd90daa
committed
refactor(test): use shared assertion macros in spitfire_test
Replace remaining manual parse-vs-quoted assertions in regression cases
with assert_conforms/1, and convert the fn-delimiter error regression
checks to assert_errors/1.
This keeps spitfire_test aligned with the shared Spitfire.Assertions
helpers and reduces duplicated assertion boilerplate.
Manual testing:
- mix format
- mix test (property-test failures in Spitfire.CharPropertyTest are known)1 parent 622e514 commit cd90daa
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
2135 | 2135 | | |
2136 | 2136 | | |
2137 | 2137 | | |
2138 | | - | |
2139 | | - | |
| 2138 | + | |
| 2139 | + | |
2140 | 2140 | | |
2141 | 2141 | | |
2142 | 2142 | | |
| |||
2187 | 2187 | | |
2188 | 2188 | | |
2189 | 2189 | | |
2190 | | - | |
2191 | | - | |
2192 | | - | |
2193 | | - | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
2194 | 2194 | | |
2195 | 2195 | | |
2196 | 2196 | | |
| |||
0 commit comments