From 204428cdeed5653c876c9580c0a2589b5427e6ae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 25 Jan 2011 21:00:49 +0000 Subject: Remove unused test file. git-svn-id: http://svn.drobilla.net/serd/trunk@77 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- test.nt | 78 ----------------------------------------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 test.nt diff --git a/test.nt b/test.nt deleted file mode 100644 index 3e528814..00000000 --- a/test.nt +++ /dev/null @@ -1,78 +0,0 @@ -# -# Copyright World Wide Web Consortium, (Massachusetts Institute of -# Technology, Institut National de Recherche en Informatique et en -# Automatique, Keio University). -# -# All Rights Reserved. -# -# Please see the full Copyright clause at -# -# -# Test file with a variety of legal N-Triples -# -# Dave Beckett - http://purl.org/net/dajobe/ -# -# $Id: test.nt,v 1.7 2003/10/06 15:52:19 dbeckett2 Exp $ -# -##################################################################### - -# comment lines - # comment line after whitespace -# empty blank line, then one with spaces and tabs - - - . -_:anon . - _:anon . -# spaces and tabs throughout: - . - -# line ending with CR NL (ASCII 13, ASCII 10) - . - -# 2 statement lines separated by single CR (ASCII 10) - . . - - -# All literal escapes - "simple literal" . - "backslash:\\" . - "dquote:\"" . - "newline:\n" . - "return\r" . - "tab:\t" . - -# Space is optional before final . - . - "x". - _:anon. - -# \u and \U escapes -# latin small letter e with acute symbol \u00E9 - 3 UTF-8 bytes #xC3 #A9 - "\u00E9" . -# Euro symbol \u20ac - 3 UTF-8 bytes #xE2 #x82 #xAC - "\u20AC" . -# resource18 test removed -# resource19 test removed -# resource20 test removed - -# XML Literals as Datatyped Literals - ""^^ . - " "^^ . - "x"^^ . - "\""^^ . - ""^^ . - "a "^^ . - "a c"^^ . - "a\n\nc"^^ . - "chat"^^ . -# resource28 test removed 2003-08-03 -# resource29 test removed 2003-08-03 - -# Plain literals with languages - "chat"@fr . - "chat"@en . - -# Typed Literals - "abc"^^ . -# resource33 test removed 2003-08-03 -- cgit v1.2.1