unisonweb / unison

A friendly programming language from the future
https://unison-lang.org
Other
5.73k stars 266 forks source link

Term/type links fail to parse when touching brackets. #2483

Open ChrisPenner opened 2 years ago

ChrisPenner commented 2 years ago

ucm version: release/M2j (built on 2021-10-07)

This doc:

Duration.doc = {{
It's best to use the provided {*} and {+} combinators alongside the unit combinators ({hour}, {minute}, {second}, {millisecond}, etc.)
}}

image

Correctly parses all links except the {hour} link; if I add a space between the ( and { it parses as expected.

aryairani commented 2 months ago

Still occurs in 0.5.23

image