-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-line text missing some whitespace #30
Comments
Wow thats bizarre. It's the same rendering code 🤔 |
@hojberg I can reproduce it as well, but I'm also on Linux Wayland :P. I tried to minimize the example, it seems to me that, if I have newlines in the multi line string then things seem to go awry: -- this does render correctly
buildTime =
"""
<title>NASA Space Station News</title>
"""
-- this doesn't render correctly
buildTimeWithNewline =
"""
<title>NASA Space Station News</title>
""" few braindump thoughts:
|
Since this doesn't happen on Share or Unison Local, I suspect the rendering in |
@hojberg I can check this on Windows, can you please direct me what to open? |
Oh nevermind this looks broken even on Share, so likely a regression in a recent version of ui-core. |
A multi-line text containing XML renders with some of the whitespace in text values missing, for example
<title>NASASpaceStationNews</title>
instead of<title>NASA Space Station News</title>
.UCM Desktop:
Unison Local:
The text was updated successfully, but these errors were encountered: