Commit Graph

19 Commits

Author SHA1 Message Date
Nathan Weizenbaum a241cd4eb4 Get rid of the 50-char one-liner rule in Haml. 2008-04-24 19:14:52 -07:00
Nathan Weizenbaum 4a632dae72 Change in terminology: atomic tags -> self-closing tags.
Turns out no one actually calls them atomic tags.
2008-04-18 12:54:15 -07:00
nex3 890521383d Fixing various edge cases for ==.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@679 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-26 01:36:57 +00:00
nex3 24403b79c7 Fixed nested brackets bug for ==. Thanks to Ryan T Mulligan for pointing it out.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@576 7063305b-7217-0410-af8c-cdc13e5119b9
2007-07-29 19:44:17 +00:00
nex3 b9949de4f5 Empty attributes render as real, empty attributes. Patch thanks to Jan Szumiec!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@574 7063305b-7217-0410-af8c-cdc13e5119b9
2007-07-24 09:20:22 +00:00
nex3 c98c33ac17 Shouldn't test for script being autoclosed either.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@568 7063305b-7217-0410-af8c-cdc13e5119b9
2007-07-18 07:36:26 +00:00
nex3 ff2f08feac -# with nested content works.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@542 7063305b-7217-0410-af8c-cdc13e5119b9
2007-07-03 06:49:07 +00:00
nex3 ef44c42b82 99.1% RCov, and most of the rest not really untested anyway. Woo.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@536 7063305b-7217-0410-af8c-cdc13e5119b9
2007-06-22 20:45:21 +00:00
nex3 3a77acb1dc Make == work if there are quotes inside the interpolation.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@533 7063305b-7217-0410-af8c-cdc13e5119b9
2007-06-22 19:45:03 +00:00
nex3 0141a59636 Allow CSS-style attributes, the attributes hash, and object_ref attributes to all play nicely together.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@529 7063305b-7217-0410-af8c-cdc13e5119b9
2007-06-06 09:03:21 +00:00
nex3 bf5049cfca Hard tabs in empty lines in Haml and Sass no longer throw errors.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@459 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-30 06:49:03 +00:00
nex3 428cc1dc2d Fixing broken case statement in Trunk.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@455 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-30 01:39:13 +00:00
nex3 c70e57eb12 Added support for auto-closing Haml tags.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@453 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-26 06:03:29 +00:00
nex3 e3abb5d187 Fixed bug where a multiline at the end of a file doesn't render.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@388 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-04 20:16:54 +00:00
nex3 ab270247d9 Automatic variable-insertion syntax added.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@364 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-10 17:41:47 +00:00
nex3 239cd89cf5 Empty string attributes don't appear (e.g. "%p{ :class => ''} Hi!" is "<p>Hi!</p>").
git-svn-id: svn://hamptoncatlin.com/haml/trunk@326 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-31 16:21:17 +00:00
nex3 3fc1eb7688 Fix for bug
http://groups-beta.google.com/group/haml/msg/b36e951ee196a5ec
in trunk (thanks cameron).


git-svn-id: svn://hamptoncatlin.com/haml/trunk@273 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-03 07:27:11 +00:00
nex3 25d3328b1f Bugfix for http://groups-beta.google.com/group/haml/t/529d9e922327aa91,
version 1.0.1 created.


git-svn-id: svn://hamptoncatlin.com/haml/trunk@267 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-26 16:57:10 +00:00
nex3 8b9e5a7bb2 Moving Haml tests into their own folder.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@184 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 22:25:40 +00:00