Skip to content

Commit e52cf2b

Browse files
committed
added rows to palindrome testing table
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent 56ed768 commit e52cf2b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

source/30-testing.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,14 @@ Table-based testing (also known as data-driven testing)
138138
139139
val palindromeTable =
140140
"string" | "result" |
141-
"a" | true |
142-
"aa" | true |
143-
"ab" | false |
141+
"a" ! true |
142+
"aa" ! true |
143+
"ab" ! false |
144144
"mom" ! true |
145145
"dad" ! true |
146+
"kid" ! false |
146147
"abba" ! true |
148+
"appl" ! false |
147149
"uncle" ! false |
148150
"radar" ! true |
149151
"lidar" ! false |

0 commit comments

Comments
 (0)