File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
#lang punct
2
2
3
3
---
4
- a: sd a a
5
4
title: This is a normal string value
6
- f: b a
7
- fav-number: '2+ 3i
5
+ fav-number: '2+3i
8
6
other- numbers : '(7 #b101 2/3 )
9
7
draft?: '#t
10
- case-insenstive -symbol-with-space: '#ci HOB| |NOB
8
+ case-insensitive -symbol-with-space: '#ci HOB| |NOB
11
9
fruit-ratings: '#hash((apple . 4 ) (pear . 5 ) (grape . 3 ))
12
10
name-regex: '#rx"(Bob|Alice) "
13
11
boxed: '#:17
14
12
vector: '#[23 22 9811 ]
15
13
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
17
15
non-cyclic-graph: '(#1=42 #1# #1# )
18
16
now you're just showing off: '#lang scribble/manual There are @+[3 4 ] words in this anonymous module
19
17
---
Original file line number Diff line number Diff line change 19
19
(check-equal?
20
20
(get-doc/unhere test-metas)
21
21
'#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|)
25
24
(commented-number . 14 )
26
25
(draft? . #t )
27
- (f . "b a " )
28
- (fav-number . 2+)
26
+ (fav-number . 2+3i )
29
27
(fruit-ratings . #hash((apple . 4 ) (grape . 3 ) (pear . 5 )))
30
28
(here-path . ". " )
31
29
(name-regex . #rx"(Bob|Alice) " )
You can’t perform that action at this time.
0 commit comments