scribble test: update expected result for struct
indentation
original commit: a03c396691302f7163c5b5a9f855dfcdb76645d8
This commit is contained in:
parent
7dd9a13ad6
commit
d7a02588da
|
@ -156,7 +156,7 @@ A thing, again, with a documented value that’s too wide to fit on one
|
||||||
line.
|
line.
|
||||||
|
|
||||||
(struct pt (x y)
|
(struct pt (x y)
|
||||||
#:extra-constructor-name make-pt)
|
#:extra-constructor-name make-pt)
|
||||||
x : real?
|
x : real?
|
||||||
y : real?
|
y : real?
|
||||||
|
|
||||||
|
@ -175,43 +175,43 @@ A structure type.
|
||||||
A structure type, again.
|
A structure type, again.
|
||||||
|
|
||||||
(struct pn (x y)
|
(struct pn (x y)
|
||||||
#:transparent)
|
#:transparent)
|
||||||
x : real?
|
x : real?
|
||||||
y : real?
|
y : real?
|
||||||
|
|
||||||
A transparent structure type, again.
|
A transparent structure type, again.
|
||||||
|
|
||||||
(struct pn (x y)
|
(struct pn (x y)
|
||||||
#:transparent)
|
#:transparent)
|
||||||
x : real?
|
x : real?
|
||||||
y : real?
|
y : real?
|
||||||
|
|
||||||
A transparent structure type, again.
|
A transparent structure type, again.
|
||||||
|
|
||||||
(struct pn (x y)
|
(struct pn (x y)
|
||||||
#:prefab)
|
#:prefab)
|
||||||
x : real?
|
x : real?
|
||||||
y : real?
|
y : real?
|
||||||
|
|
||||||
A prefab structure type, again.
|
A prefab structure type, again.
|
||||||
|
|
||||||
(struct pn (x y)
|
(struct pn (x y)
|
||||||
#:constructor-name pt)
|
#:constructor-name pt)
|
||||||
x : real?
|
x : real?
|
||||||
y : real?
|
y : real?
|
||||||
|
|
||||||
A structure type with name, again.
|
A structure type with name, again.
|
||||||
|
|
||||||
(struct pn (x y)
|
(struct pn (x y)
|
||||||
#:extra-constructor-name pt)
|
#:extra-constructor-name pt)
|
||||||
x : real?
|
x : real?
|
||||||
y : real?
|
y : real?
|
||||||
|
|
||||||
A structure type with extra name, again.
|
A structure type with extra name, again.
|
||||||
|
|
||||||
(struct pt (x y)
|
(struct pt (x y)
|
||||||
#:extra-constructor-name make-pt
|
#:extra-constructor-name make-pt
|
||||||
#:mutable)
|
#:mutable)
|
||||||
x : real?
|
x : real?
|
||||||
y : real?
|
y : real?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user