mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-26 19:19:24 +00:00
Made test names more consistent
This commit is contained in:
parent
650b858861
commit
8b3f8f5282
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,9 +1,9 @@
|
||||
nimcache
|
||||
test/tests
|
||||
test/parsing
|
||||
test/lexing
|
||||
test/serializing
|
||||
test/constructingJson
|
||||
test/tlex
|
||||
test/tdom
|
||||
test/tserialization
|
||||
test/tjson
|
||||
test/yamlTestSuite
|
||||
test/*.exe
|
||||
test/*.pdb
|
||||
|
@ -4,4 +4,4 @@
|
||||
# See the file "copying.txt", included in this
|
||||
# distribution, for details about the copyright.
|
||||
|
||||
import tlex, constructingJson, serializing, dom
|
||||
import tlex, tjson, tserialization, tdom
|
Loading…
x
Reference in New Issue
Block a user