summaryrefslogtreecommitdiffstats
path: root/doc/developer/tests/test-tables.md
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-18 09:25:10 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-18 09:25:10 -0500
commita7fae6e62fbddc5565b10995f0eaeaca0af6c818 (patch)
treed34a4bfbf53e52d48cefbd699fbcac1e8032c879 /doc/developer/tests/test-tables.md
parent8b9ff64881aae5694f616612f994991b2a3d7c59 (diff)
downloadchat-a7fae6e62fbddc5565b10995f0eaeaca0af6c818.tar.gz
chat-a7fae6e62fbddc5565b10995f0eaeaca0af6c818.tar.bz2
chat-a7fae6e62fbddc5565b10995f0eaeaca0af6c818.zip
Moving tests to /tests and removing /doc folder. Docs are now in seperate repository
Diffstat (limited to 'doc/developer/tests/test-tables.md')
-rw-r--r--doc/developer/tests/test-tables.md80
1 files changed, 0 insertions, 80 deletions
diff --git a/doc/developer/tests/test-tables.md b/doc/developer/tests/test-tables.md
deleted file mode 100644
index 87d8af856..000000000
--- a/doc/developer/tests/test-tables.md
+++ /dev/null
@@ -1,80 +0,0 @@
-# Markdown Tables
-
-Verify that all tables render as described.
-
-### Normal Tables
-
-These tables use different raw text as inputs, but all three should render as the same table.
-
-#### Table 1
-
-Raw text:
-
-```
-First Header | Second Header
-------------- | -------------
-Content Cell | Content Cell
-Content Cell | Content Cell
-```
-
-Renders as:
-
-First Header | Second Header
-------------- | -------------
-Content Cell | Content Cell
-Content Cell | Content Cell
-
-#### Table 2
-
-Raw Text:
-
-```
-| First Header | Second Header |
-| ------------- | ------------- |
-| Content Cell | Content Cell |
-| Content Cell | Content Cell |
-```
-
-Renders as:
-
-| First Header | Second Header |
-| ------------- | ------------- |
-| Content Cell | Content Cell |
-| Content Cell | Content Cell |
-
-#### Table 3
-
-Raw Text:
-
-```
-| First Header | Second Header |
-| ------------- | ----------- |
-| Content Cell | Content Cell|
-| Content Cell | Content Cell |
-```
-
-Renders as:
-
-| First Header | Second Header |
-| ------------- | ----------- |
-| Content Cell | Content Cell|
-| Content Cell | Content Cell |
-
-### Tables Containing Markdown
-
-This table should contain A1: Strikethrough, A2: Bold, B1: Italics, B2: Dolphin emoticon.
-
-| Column\Row | 1 | 2 |
-| ------------- | ------------- |------------- |
-| A | ~~Strikethrough~~ | **Bold** |
-| B | _italics_ | :dolphin: |
-
-### Table with Left, Center, and Right Aligned Columns
-
-The left column should be left aligned, the center column centered and the right column should be right aligned.
-
-| Left-Aligned | Center Aligned | Right Aligned |
-| :------------ |:---------------:| -----:|
-| 1 | this text | $100 |
-| 2 | is | $10 |
-| 3 | centered | $1 |