mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
added file back with proper access rights (thanks for that, only took me an hour)
This commit is contained in:
25
tests/test_nimscript.nims
Normal file
25
tests/test_nimscript.nims
Normal file
@@ -0,0 +1,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."
|
||||
Reference in New Issue
Block a user