Class | Maruku |
In: |
lib/maruku/maruku.rb
lib/maruku/tests/new_parser.rb lib/maruku/tests/tests.rb lib/maruku.rb |
Parent: | Object |
MetaTests | = | <<EOF # Head # {ref1 ref2 ref3} {ref1}: id: id1; class: class1 {ref2}: class: class2 {ref3}: style: "Style is : important = for all } things" *** # Head # {ref1 ref3 ref2} {ref1}: id: id1; class: class1 {ref2}: class: class2 {ref3}: style: "Style is : important = for all } things" *** # Head # {ref1 ref2 ref3} {ref1}: id= id1; class=class1 {ref2}: class=class2 {ref3}: style="Style is : important = for all } things" *** # Head # {ref1 ref2 ref3} {ref1}: id=id1 class=class1 {ref2}: class=class2 {ref3}: style="Style is : important = for all } things" *** # Head # {ref1 ref2 ref3} {ref1}: id:id1 class:class1 {ref2}: class : class2 {ref3}: style = "Style is : important = for all } things" *** # Head # {ref1 ref2 ref3} {ref1}: id:id1 class:class1 {ref2}: class : class2 {ref3}: style = "Style is : important = for all } things" *** # Head # {#id1 .class1 ref2 ref3} {ref2}: class : class2 {ref3}: style = "Style is : important = for all } things" *** # Head # { #id1 .class1 ref2 ref3 } {ref2}: class : class2 {ref3}: style = "Style is : important = for all } things" *** # Head # { id=id1 class=class1 ref2 ref3 } {ref2}: class : class2 {ref3}: style = "Style is : important = for all } things" *** # Head # { id:id1 class="class1" class:"class2" style="Style is : important = for all } things"} EOF |