summary refs log tree commit diff stats
path: root/tests/test_nimscript.nims
blob: 436e990ef730d094200368e5a9b5fabba2af0925 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This nimscript is used to test if the following modules can be imported
# http://nim-lang.org/docs/nims.html

import algorithm
import base64
import colors
import hashes
import lists
import math
# import marshal
import options
import ospaths
# import parsecfg
# import parseopt
import parseutils
# import pegs
import queues
import sequtils
import strutils
import subexes
import tables
import unicode
import uri

echo "Nimscript imports are successful."