[gtksourceview] Added ImageJ example to testfiles.sh (bug #648491)



commit 1b93e59e3ee04bbe2367d076098951d0ec3a5cc0
Author: Carnë Draug <carandraug+dev gmail com>
Date:   Thu May 26 17:44:43 2011 +0100

    Added ImageJ example to testfiles.sh (bug #648491)

 tests/testfiles.sh |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/tests/testfiles.sh b/tests/testfiles.sh
index bc0398e..360ef21 100755
--- a/tests/testfiles.sh
+++ b/tests/testfiles.sh
@@ -1001,3 +1001,17 @@ rm -rf %{buildroot}
 * Tue Jul 25 2006 G�¶tz Waschk <waschk mandriva org> 1.7.1-1mdk
 - New release 1.7.1
 EOFEOF
+
+cat > $dir/file.ijm <<EOFEOF
+// line comment
+var variable = "string\n with \t escaped\"characters";
+macro "new macro" {
+  NotGlobalVar = 5 +6;
+  result = getPixel(0, 0);
+  run("8-bit");
+}
+function NewFunction() {
+  /*
+  multiline comment*/
+}
+EOFEOF



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]