Blame view

bower_components/prism/tests/languages/asciidoc/other-block_feature.test 829 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
35
36
37
38
39
40
41
42
43
44
45
  ****

  Sidebar block <1>

  ****

  

  ______

  Quote block <2>

  ______

  

  ========

  Example block <3>

  ========

  

  --

  Open block <4>

  --

  

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

  

  [

  	["other-block", [

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

  		"\r\nSidebar block <1>\r\n",

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

  	]],

  	["other-block", [

  		["punctuation", "______"],

  		"\r\nQuote block <2>\r\n",

  		["punctuation", "______"]

  	]],

  	["other-block", [

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

  		"\r\nExample block <3>\r\n",

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

  	]],

  	["other-block", [

  		["punctuation", "--"],

  		"\r\nOpen block <4>\r\n",

  		["punctuation", "--"]

  	]]

  ]

  

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

  

  Checks for sidebar blocks, quote blocks, example blocks and open blocks.

  Also checks that callouts are not highlighted.