aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tables.asciidoc')
-rw-r--r--tests/tables.asciidoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/tables.asciidoc b/tests/tables.asciidoc
index 2a24544a3..91490a27a 100644
--- a/tests/tables.asciidoc
+++ b/tests/tables.asciidoc
@@ -32,12 +32,12 @@ Simple table indented two spaces:
Multiline table with caption:
-.Here's the caption. It may span multiple lines.
+.Here’s the caption. It may span multiple lines.
[width="78%",cols="^21%,<17%,>20%,<42%",options="header",]
|=======================================================================
|Centered Header |Left Aligned |Right Aligned |Default aligned
|First |row |12.0 |Example of a row that spans multiple lines.
-|Second |row |5.0 |Here's another one. Note the blank line between rows.
+|Second |row |5.0 |Here’s another one. Note the blank line between rows.
|=======================================================================
Multiline table without caption:
@@ -46,7 +46,7 @@ Multiline table without caption:
|=======================================================================
|Centered Header |Left Aligned |Right Aligned |Default aligned
|First |row |12.0 |Example of a row that spans multiple lines.
-|Second |row |5.0 |Here's another one. Note the blank line between rows.
+|Second |row |5.0 |Here’s another one. Note the blank line between rows.
|=======================================================================
Table without column headers:
@@ -63,5 +63,5 @@ Multiline table without column headers:
[width="78%",cols="^21%,<17%,>20%,42%",]
|=======================================================================
|First |row |12.0 |Example of a row that spans multiple lines.
-|Second |row |5.0 |Here's another one. Note the blank line between rows.
+|Second |row |5.0 |Here’s another one. Note the blank line between rows.
|=======================================================================