about summary refs log tree commit diff
path: root/tests/lang/parse-okay-url.nix
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-10-27T12·41+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-10-27T12·41+0000
commit463e2817c55fbd5b026d7dd630541b990b82418a (patch)
treef1017907a6bee3baed04e35c5b25bdaa454dedf8 /tests/lang/parse-okay-url.nix
parentf09618b63a3e842adc59360c9bb4cf0ad37246ef (diff)
* Remove ancient Fix tests.
* Add automated Nix expression language tests.

Diffstat (limited to 'tests/lang/parse-okay-url.nix')
-rw-r--r--tests/lang/parse-okay-url.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lang/parse-okay-url.nix b/tests/lang/parse-okay-url.nix
new file mode 100644
index 000000000000..fce3b13ee64b
--- /dev/null
+++ b/tests/lang/parse-okay-url.nix
@@ -0,0 +1,7 @@
+[ x:x
+  https://svn.cs.uu.nl:12443/repos/trace/trunk
+  http://www2.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
+  http://losser.st-lab.cs.uu.nl/~armijn/.nix/gcc-3.3.4-static-nix.tar.gz
+  http://fpdownload.macromedia.com/get/shockwave/flash/english/linux/7.0r25/install_flash_player_7_linux.tar.gz
+  ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-1.2.10.tar.gz
+]