mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
wip
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
setUp() {
|
||||
rm test*.yml || true
|
||||
}
|
||||
|
||||
testLoadFileNotExist() {
|
||||
}
|
||||
|
||||
testStrLoadFileNotExist() {
|
||||
}
|
||||
Reference in New Issue
Block a user