From 09231805ee374b44e2085d3c5b4b47606308830f Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Thu, 1 Sep 2011 16:30:06 -0400 Subject: [PATCH] Added test fixture for AutoHotkey language. --- test/fixtures/hello.ahk | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/fixtures/hello.ahk diff --git a/test/fixtures/hello.ahk b/test/fixtures/hello.ahk new file mode 100644 index 00000000..ff963eb7 --- /dev/null +++ b/test/fixtures/hello.ahk @@ -0,0 +1 @@ +MsgBox, Hello`, World!