Fixed all issues found in spec so far

parse has got quite complex might look to simplify
This commit is contained in:
Adam Fowler
2021-03-17 17:02:59 +00:00
parent 753079fa9d
commit b4d6a518c7
4 changed files with 129 additions and 21 deletions

View File

@@ -390,6 +390,7 @@ final class SpecInvertedTests: XCTestCase {
* first
* second
* third
"""
try test(object, template, expected)
}