Blame view

bower_components/prism/tests/languages/asciidoc/callout_feature.test 608 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
30
31
32
33
34
  Foobar <1>

  <1> Foo

  1> Bar

  > Baz

  

  |====

  | Foobar <1>

  <1> Foo

  1> Bar

  > Baz

  |====

  

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

  

  [

  	"Foobar ", ["callout", "<1>"],

  	["callout", "<1>"], " Foo\r\n",

  	["callout", "1>"], " Bar\r\n",

  	["callout", ">"], " Baz\r\n\r\n",

  

  	["table", [

  		["punctuation", "|===="],

  		["punctuation", "|"],

  		" Foobar ", ["callout", "<1>"],

  		["callout", "<1>"], " Foo\r\n",

  		["callout", "1>"], " Bar\r\n",

  		["callout", ">"], " Baz\r\n",

  		["punctuation", "|===="]

  	]]

  ]

  

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

  

  Checks for callouts.