Trying to read a symbol containing a dot fails.
This should yield the symbol .lurk-user.a.b — which should print as a.b from the lurk-user package.
Some more test cases:
should read as .a.b (absolute rather than relative).
And the dot should be escapable, so
reads as |a.b|.
Trying to read a symbol containing a dot fails.
This should yield the symbol
.lurk-user.a.b— which should print asa.bfrom thelurk-userpackage.Some more test cases:
should read as
.a.b(absolute rather than relative).And the dot should be escapable, so
reads as
|a.b|.