From c34dc185fc0e17802045f13493deb775b38392ad Mon Sep 17 00:00:00 2001 From: nex3 Date: Sat, 27 Jan 2007 07:10:13 +0000 Subject: [PATCH] Forgot one file. git-svn-id: svn://hamptoncatlin.com/haml/trunk@310 7063305b-7217-0410-af8c-cdc13e5119b9 --- test/haml/templates/breakage.haml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/haml/templates/breakage.haml diff --git a/test/haml/templates/breakage.haml b/test/haml/templates/breakage.haml new file mode 100644 index 00000000..57c17341 --- /dev/null +++ b/test/haml/templates/breakage.haml @@ -0,0 +1,8 @@ +%p + %h1 Hello! + = "lots of lines" + - raise "Oh no!" + %p + this is after the exception + %strong yes it is! +ho ho ho.