Add v0.6 json shuffling tests
This commit is contained in:
parent
8f3a270164
commit
80c3652796
|
@ -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
|
@ -0,0 +1,6 @@
|
|||
# Spec version of the converted tests
|
||||
|
||||
| | Spec version |
|
||||
|-------------|--------------|
|
||||
| State tests | v0.5.1 |
|
||||
| Shuffling | v0.6 |
|
Loading…
Reference in New Issue