Lines Matching refs:regex

45         "1.78" should endWith regex (".78")
46 "1.7" should endWith regex (decimal)
47 "21.7" should endWith regex (decimal)
48 "1.78" should endWith regex (decimal)
49 "x8" should endWith regex (decimal)
50 "x1." should endWith regex (decimal)
53 "1.7" should endWith regex ("1.7")
54 "1.7" should endWith regex (decimal)
55 "-1.8" should endWith regex (decimal)
56 "8" should endWith regex (decimal)
57 "1." should endWith regex (decimal)
62 "eight" should not { endWith regex (decimal) }
63 "one.eight" should not { endWith regex (decimal) }
65 "eight" should not endWith regex (decimal)
66 "one.eight" should not endWith regex (decimal)
71 "b1.7" should (endWith regex (decimal) and (endWith regex (decimal)))
72 "b1.7" should ((endWith regex (decimal)) and (endWith regex (decimal)))
73 "b1.7" should (endWith regex (decimal) and endWith regex (decimal))
75 "1.7" should (endWith regex (decimal) and (endWith regex (decimal)))
76 "1.7" should ((endWith regex (decimal)) and (endWith regex (decimal)))
77 "1.7" should (endWith regex (decimal) and endWith regex (decimal))
82 "b1.7" should (endWith regex ("hello") or (endWith regex (decimal)))
83 "b1.7" should ((endWith regex ("hello")) or (endWith regex (decimal)))
84 "b1.7" should (endWith regex ("hello") or endWith regex (decimal))
86 "1.7" should (endWith regex ("hello") or (endWith regex (decimal)))
87 "1.7" should ((endWith regex ("hello")) or (endWith regex (decimal)))
88 "1.7" should (endWith regex ("hello") or endWith regex (decimal))
92 "fred" should (not (endWith regex ("bob")) and not (endWith regex (decimal)))
93 "fred" should ((not endWith regex ("bob")) and (not endWith regex (decimal)))
94 "fred" should (not endWith regex ("bob") and not endWith regex (decimal))
98 "fred" should (not (endWith regex ("fred")) or not (endWith regex (decimal)))
99 "fred" should ((not endWith regex ("fred")) or (not endWith regex (decimal)))
100 "fred" should (not endWith regex ("fred") or not endWith regex (decimal))
106 "1.7" should endWith regex ("1.78")
111 "1.7" should endWith regex ("21.7")
116 "-one.eight" should endWith regex (decimal)
121 "eight" should endWith regex (decimal)
126 "1.eight" should endWith regex (decimal)
131 "onedoteight" should endWith regex (decimal)
136 "***" should endWith regex (decimal)
144 "1.7" should not { endWith regex ("1.7") }
149 "1.7" should not { endWith regex (decimal) }
154 "-1.8" should not { endWith regex (decimal) }
159 "8" should not { endWith regex (decimal) }
164 "1." should not { endWith regex (decimal) }
169 "1.7" should not endWith regex ("1.7")
174 "1.7" should not endWith regex (decimal)
179 "-1.8" should not endWith regex (decimal)
184 "8" should not endWith regex (decimal)
189 "1." should not endWith regex (decimal)
195 "a1.7" should not { endWith regex ("1.7") }
200 "b1.7" should not { endWith regex (decimal) }
205 "b-1.8" should not { endWith regex (decimal) }
213 "1.7" should (endWith regex (decimal) and (endWith regex ("1.8")))
218 "1.7" should ((endWith regex (decimal)) and (endWith regex ("1.8")))
223 "1.7" should (endWith regex (decimal) and endWith regex ("1.8"))
229 "1.eight" should (endWith regex (decimal) and (endWith regex ("1.8")))
234 "1.eight" should ((endWith regex (decimal)) and (endWith regex ("1.8")))
239 "1.eight" should (endWith regex (decimal) and endWith regex ("1.8"))
247 "1.seven" should (endWith regex (decimal) or (endWith regex ("1.8")))
252 "1.seven" should ((endWith regex (decimal)) or (endWith regex ("1.8")))
257 "1.seven" should (endWith regex (decimal) or endWith regex ("1.8"))
265 "1.7" should (not endWith regex ("1.8") and (not endWith regex (decimal)))
270 "1.7" should ((not endWith regex ("1.8")) and (not endWith regex (decimal)))
275 "1.7" should (not endWith regex ("1.8") and not endWith regex (decimal))
280 "a1.7" should (not endWith regex ("1.8") and (not endWith regex (decimal)))
285 "1.7" should ((not endWith regex ("1.8")) and (not endWith regex (decimal)))
293 "1.7" should (not endWith regex (decimal) or (not endWith regex ("1.7")))
298 "1.7" should ((not endWith regex (decimal)) or (not endWith regex ("1.7")))
303 "1.7" should (not endWith regex (decimal) or not endWith regex ("1.7"))
308 "1.7" should (not (endWith regex (decimal)) or not (endWith regex ("1.7")))
313 "a1.7" should (not endWith regex (decimal) or (not endWith regex ("1.7")))
323 "1.78" should endWith regex (".78")
324 "1.7" should endWith regex (decimalRegex)
325 "21.7" should endWith regex (decimalRegex)
326 "1.78" should endWith regex (decimalRegex)
327 "x8" should endWith regex (decimalRegex)
328 "x1." should endWith regex (decimalRegex)
331 "1.7" should endWith regex ("1.7")
332 "1.7" should endWith regex (decimalRegex)
333 "-1.8" should endWith regex (decimalRegex)
334 "8" should endWith regex (decimalRegex)
335 "1." should endWith regex (decimalRegex)
340 "eight" should not { endWith regex (decimalRegex) }
341 "one.eight" should not { endWith regex (decimalRegex) }
343 "eight" should not endWith regex (decimalRegex)
344 "one.eight" should not endWith regex (decimalRegex)
349 "b1.7" should (endWith regex (decimalRegex) and (endWith regex (decimalRegex)))
350 "b1.7" should ((endWith regex (decimalRegex)) and (endWith regex (decimalRegex)))
351 "b1.7" should (endWith regex (decimalRegex) and endWith regex (decimalRegex))
353 "1.7" should (endWith regex (decimalRegex) and (endWith regex (decimalRegex)))
354 "1.7" should ((endWith regex (decimalRegex)) and (endWith regex (decimalRegex)))
355 "1.7" should (endWith regex (decimalRegex) and endWith regex (decimalRegex))
360 "b1.7" should (endWith regex ("hello") or (endWith regex (decimalRegex)))
361 "b1.7" should ((endWith regex ("hello")) or (endWith regex (decimalRegex)))
362 "b1.7" should (endWith regex ("hello") or endWith regex (decimalRegex))
364 "1.7" should (endWith regex ("hello") or (endWith regex (decimalRegex)))
365 "1.7" should ((endWith regex ("hello")) or (endWith regex (decimalRegex)))
366 "1.7" should (endWith regex ("hello") or endWith regex (decimalRegex))
370 "fred" should (not (endWith regex ("bob")) and not (endWith regex (decimalRegex)))
371 "fred" should ((not endWith regex ("bob")) and (not endWith regex (decimalRegex)))
372 "fred" should (not endWith regex ("bob") and not endWith regex (decimalRegex))
376 "fred" should (not (endWith regex ("fred")) or not (endWith regex (decimalRegex)))
377 "fred" should ((not endWith regex ("fred")) or (not endWith regex (decimalRegex)))
378 "fred" should (not endWith regex ("fred") or not endWith regex (decimalRegex))
384 "1.7" should endWith regex ("1.78")
389 "1.7" should endWith regex ("21.7")
394 "-one.eight" should endWith regex (decimalRegex)
399 "eight" should endWith regex (decimalRegex)
404 "1.eight" should endWith regex (decimalRegex)
409 "onedoteight" should endWith regex (decimalRegex)
414 "***" should endWith regex (decimalRegex)
422 "1.7" should not { endWith regex ("1.7") }
427 "1.7" should not { endWith regex (decimalRegex) }
432 "-1.8" should not { endWith regex (decimalRegex) }
437 "8" should not { endWith regex (decimalRegex) }
442 "1." should not { endWith regex (decimalRegex) }
447 "1.7" should not endWith regex ("1.7")
452 "1.7" should not endWith regex (decimalRegex)
457 "-1.8" should not endWith regex (decimalRegex)
462 "8" should not endWith regex (decimalRegex)
467 "1." should not endWith regex (decimalRegex)
473 "a1.7" should not { endWith regex ("1.7") }
478 "b1.7" should not { endWith regex (decimalRegex) }
483 "b-1.8" should not { endWith regex (decimalRegex) }
491 "1.7" should (endWith regex (decimalRegex) and (endWith regex ("1.8")))
496 "1.7" should ((endWith regex (decimalRegex)) and (endWith regex ("1.8")))
501 "1.7" should (endWith regex (decimalRegex) and endWith regex ("1.8"))
507 "1.eight" should (endWith regex (decimalRegex) and (endWith regex ("1.8")))
512 "1.eight" should ((endWith regex (decimalRegex)) and (endWith regex ("1.8")))
517 "1.eight" should (endWith regex (decimalRegex) and endWith regex ("1.8"))
525 "1.seven" should (endWith regex (decimalRegex) or (endWith regex ("1.8")))
530 "1.seven" should ((endWith regex (decimalRegex)) or (endWith regex ("1.8")))
535 "1.seven" should (endWith regex (decimalRegex) or endWith regex ("1.8"))
543 "1.7" should (not endWith regex ("1.8") and (not endWith regex (decimalRegex)))
548 "1.7" should ((not endWith regex ("1.8")) and (not endWith regex (decimalRegex)))
553 "1.7" should (not endWith regex ("1.8") and not endWith regex (decimalRegex))
558 "a1.7" should (not endWith regex ("1.8") and (not endWith regex (decimalRegex)))
563 "1.7" should ((not endWith regex ("1.8")) and (not endWith regex (decimalRegex)))
571 "1.7" should (not endWith regex (decimalRegex) or (not endWith regex ("1.7")))
576 "1.7" should ((not endWith regex (decimalRegex)) or (not endWith regex ("1.7")))
581 "1.7" should (not endWith regex (decimalRegex) or not endWith regex ("1.7"))
586 "1.7" should (not (endWith regex (decimalRegex)) or not (endWith regex ("1.7")))
591 "a1.7" should (not endWith regex (decimalRegex) or (not endWith regex ("1.7")))