Blame view

bower_components/prism/tests/languages/asciidoc/passthrough-block_feature.test 633 Bytes
f748e9cf   Luigi Serra   new controllet an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  ++++

  .Fo__o__bar *baz*

  Fo(((o)))bar baz

  * Foobar baz

  include::addendum.txt[]

  ++++

  

  ----------------------------------------------------

  

  [

  	["passthrough-block", [

  		["punctuation", "++++"],

  		"\r\n.Fo__o__bar *baz*\r\nFo(((o)))bar baz\r\n* Foobar baz\r\n",

  		["macro", [

  			["function", "include"],

  			["punctuation", "::"],

  			"addendum.txt",

  			["attributes", [

  				["punctuation", "["], ["punctuation", "]"]

  			]]

  		]],

  		["punctuation", "++++"]

  	]]

  ]

  

  ----------------------------------------------------

  

  Checks for passthrough blocks.

  Also checks that nothing gets highlighted inside expect macros.