inkle / inkle/ink

Linebreak appearing where it shouldn't

Open
#528 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
4.9k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

The following produces a line-break between the "and" and the "bob".

Changing the "bob" function call inside the name function to just the string "bob" fixes the issue, so it's presumably something to do with the way the function is nested in a string inside a function.

```
Bill and {name()}.

-> END

=== function name()
~ temp x = "{bob()}"
{x}

== function bob()
bob
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.