Skip to content

Commit d2eb2ad

Browse files
committed
nitpick tests
1 parent 2f1dc87 commit d2eb2ad

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

punct-tests/test-metas.page.rkt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
#lang punct
22

33
---
4-
a: sd a a
54
title: This is a normal string value
6-
f: b a
7-
fav-number: '2+ 3i
5+
fav-number: '2+3i
86
other- numbers : '(7 #b101 2/3)
97
draft?: '#t
10-
case-insenstive-symbol-with-space: '#ci HOB| |NOB
8+
case-insensitive-symbol-with-space: '#ci HOB| |NOB
119
fruit-ratings: '#hash((apple . 4) (pear . 5) (grape . 3))
1210
name-regex: '#rx"(Bob|Alice)"
1311
boxed: '#:17
1412
vector: '#[23 22 9811]
1513
nemesis-struct: '#s(prefab:clown "Binky" "pie")
16-
commented-number: '#| this will be equalto fourteen |# 14
14+
commented-number: '#| this will be equal to fourteen |# 14
1715
non-cyclic-graph: '(#1=42 #1# #1#)
1816
now you're just showing off: '#lang scribble/manual There are @+[3 4] words in this anonymous module
1917
---

punct-tests/test.rkt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@
1919
(check-equal?
2020
(get-doc/unhere test-metas)
2121
'#s(document
22-
#hasheq((a . "sd a a")
23-
(boxed . #:17)
24-
(case-insenstive-symbol-with-space . |hob nob|)
22+
#hasheq((boxed . #:17)
23+
(case-insensitive-symbol-with-space . |hob nob|)
2524
(commented-number . 14)
2625
(draft? . #t)
27-
(f . "b a")
28-
(fav-number . 2+)
26+
(fav-number . 2+3i)
2927
(fruit-ratings . #hash((apple . 4) (grape . 3) (pear . 5)))
3028
(here-path . ".")
3129
(name-regex . #rx"(Bob|Alice)")

0 commit comments

Comments
 (0)