summaryrefslogtreecommitdiff
path: root/tests/examplefiles/unix-io.lid
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-09 15:17:02 +0100
committerGeorg Brandl <georg@python.org>2013-01-09 15:17:02 +0100
commit1f5bc0f3209f8f62a11a9b1181f22180e8916d25 (patch)
treec031ad54a2f53dd96bda68f5eb6c12a183344ed4 /tests/examplefiles/unix-io.lid
parenteaca2a8debdcbb647175ba796cfd24f9c1faef34 (diff)
parent9cc134d20b8505b6d472cca6872406dbecf5fda3 (diff)
downloadpygments-1f5bc0f3209f8f62a11a9b1181f22180e8916d25.tar.gz
Merged in fengxx/pygments-dev/v1.6 (pull request #122: Add AutoIt script lexer)
Diffstat (limited to 'tests/examplefiles/unix-io.lid')
-rw-r--r--tests/examplefiles/unix-io.lid37
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/examplefiles/unix-io.lid b/tests/examplefiles/unix-io.lid
new file mode 100644
index 00000000..617fcaa4
--- /dev/null
+++ b/tests/examplefiles/unix-io.lid
@@ -0,0 +1,37 @@
+Library: io
+Synopsis: A portable IO library
+Author: Gail Zacharias
+Files: library
+ streams/defs
+ streams/stream
+ streams/sequence-stream
+ streams/native-buffer
+ streams/buffer
+ streams/typed-stream
+ streams/external-stream
+ streams/buffered-stream
+ streams/convenience
+ streams/wrapper-stream
+ streams/cleanup-streams
+ streams/native-speed
+ streams/async-writes
+ streams/file-stream
+ streams/multi-buffered-streams
+ pprint
+ print
+ print-double-integer-kludge
+ format
+ buffered-format
+ format-condition
+ unix-file-accessor
+ unix-standard-io
+ unix-interface
+ format-out
+C-Source-Files: unix-portability.c
+Major-Version: 2
+Minor-Version: 1
+Target-Type: dll
+Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc.
+ All rights reserved.
+License: See License.txt in this distribution for details.
+Warranty: Distributed WITHOUT WARRANTY OF ANY KIND