Add v0.6 json shuffling tests

This commit is contained in:
Mamy André-Ratsimbazafy 2019-05-02 14:50:40 +02:00
parent 8f3a270164
commit 80c3652796
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
3 changed files with 9 additions and 2 deletions

View File

@ -48,6 +48,6 @@ when isMainModule:
fileName = paramStr(1)
outputPath = paramStr(2)
let jsonString = $DefaultYML.yamlToJson[0]
DefaultOutputPath.writeFile jsonString
let jsonString = $fileName.yamlToJson[0]
outputPath.writeFile jsonString

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,6 @@
# Spec version of the converted tests
| | Spec version |
|-------------|--------------|
| State tests | v0.5.1 |
| Shuffling | v0.6 |