summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--tests/001/query-1.txr4
-rw-r--r--tests/001/query-2.txr4
-rw-r--r--tests/001/query-3.txr4
-rw-r--r--tests/001/query-4.txr4
-rw-r--r--tests/002/query-1.txr4
6 files changed, 12 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 41e49376..84c6b2fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2014-07-15 Kaz Kylheku <kaz@kylheku.com>
+ * tests/001/query-1.txr: Remove bogus public domain header.
+
+ * tests/001/query-2.txr: Likewise.
+
+ * tests/001/query-3.txr: Likewise.
+
+ * tests/001/query-4.txr: Likewise.
+
+ * tests/002/query-1.txr: Likewise.
+
+2014-07-15 Kaz Kylheku <kaz@kylheku.com>
+
Fix old, known syntax highlighting problems between symbols,
integers and floating literals.
diff --git a/tests/001/query-1.txr b/tests/001/query-1.txr
index 8b37b62d..2b5b2b36 100644
--- a/tests/001/query-1.txr
+++ b/tests/001/query-1.txr
@@ -1,7 +1,3 @@
-@#
-@# This file is in the public domain.
-@# It was authored by Kaz Kylheku <kkylheku@gmail.com> in 2009
-@#
@(collect)
@UID@/ +/@{PID /[0-9]+/}@/ +/@PPID@/ +/@C@/ +/@STIME@/ +/@TTY@/ +/@TIME @{CMD /[^ ]+( +[^ ]+)?/}@/.*/
@(end)
diff --git a/tests/001/query-2.txr b/tests/001/query-2.txr
index 3682284d..8dd37ab8 100644
--- a/tests/001/query-2.txr
+++ b/tests/001/query-2.txr
@@ -1,7 +1,3 @@
-@#
-@# This file is in the public domain.
-@# It was authored by Kaz Kylheku <kkylheku@gmail.com> in 2009
-@#
@(collect)
@{UID 8}@\ @{PID 5}@\ @{PPID 5}@\ @\ @{C 1}@\ @{STIME 5}@\ @{TTY 8}@\ @{TIME 8}@\ @CMD
@(end)
diff --git a/tests/001/query-3.txr b/tests/001/query-3.txr
index f66aa3c3..3e1c1114 100644
--- a/tests/001/query-3.txr
+++ b/tests/001/query-3.txr
@@ -1,7 +1,3 @@
-@#
-@# This file is in the public domain.
-@# It was authored by Kaz Kylheku <kkylheku@gmail.com> in 2009
-@#
@/.*/@# skip header
@(collect)
@ (coll)@{TOKEN /[^ ]+/}@(end)
diff --git a/tests/001/query-4.txr b/tests/001/query-4.txr
index 04a04cd7..0a8f18e4 100644
--- a/tests/001/query-4.txr
+++ b/tests/001/query-4.txr
@@ -1,7 +1,3 @@
-@#
-@# This file is in the public domain.
-@# It was authored by Kaz Kylheku <kaz@kylheku.com> in 2011
-@#
@(collect)
@UID @PID @PPID @C @STIME @TTY @TIME @CMD
@(end)
diff --git a/tests/002/query-1.txr b/tests/002/query-1.txr
index 4c6aa670..0b4eced2 100644
--- a/tests/002/query-1.txr
+++ b/tests/002/query-1.txr
@@ -1,7 +1,3 @@
-@#
-@# This file is in the public domain.
-@# It was authored by Kaz Kylheku <kkylheku@gmail.com> in 2009
-@#
@(next `!ls @TESTDIR/proc | sort -n`)
@(collect)
@{process /[0-9]+/}