tests.nim
1 # NimYAML - YAML implementation in Nim 2 # (c) Copyright 2015-2023 Felix Krause 3 # 4 # See the file "copying.txt", included in this 5 # distribution, for details about the copyright. 6 7 {.warning[UnusedImport]: off.} 8 import tlex, tjson, tnative, tparser, tquickstart, tannotations, thints, tpresenter 9 10 when not defined(gcArc) or defined(gcOrc): 11 import tdom