mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-11 20:14:19 +00:00
846b836e92
* Now executed when calling `nim tests` * Refactored parser tests to use unittest * Fixed some pwd issues in tests
7 lines
258 B
Nim
7 lines
258 B
Nim
# NimYAML - YAML implementation in Nim
|
|
# (c) Copyright 2015 Felix Krause
|
|
#
|
|
# See the file "copying.txt", included in this
|
|
# distribution, for details about the copyright.
|
|
|
|
import tlex, tjson, tserialization, tdom, tparser, tquickstart |