≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Bug #1891

Bug #1891: Lines starting with / getting concatenated within pre blocks

Kind bug
Product wikitext
When Created 2011-10-09T06:30:37Z, updated 2011-11-10T08:35:49Z
Status closed
Reporter Greg Hurrell
Tags no tags

Description

Lines starting with a slash are getting joined with the preceding line

$ wikitext
wikitext 3.0b
(Ctrl+D to process, Ctrl+C to exit)>>
 /a
 /b
 /c
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<pre>/a/b/c</pre>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(Ctrl+D to process, Ctrl+C to exit)>>
 /a
 /b
 c
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<pre>/a/b
 c</pre>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(Ctrl+D to process, Ctrl+C to exit)>>
 a
 /b
 /c
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<pre>a/b/c</pre>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(Ctrl+D to process, Ctrl+C to exit)>>
 a
 /b
 c
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<pre>a/b
c</pre>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(Ctrl+D to process, Ctrl+C to exit)>>
^C

Comments

  1. Greg Hurrell 2011-11-09T09:42:08Z

    Status changed:

    • From: new
    • To: open
  2. Greg Hurrell 2011-11-10T08:35:45Z

    Fixed here:

    • https://wincent.dev/repos/wikitext/commits/66709d85fe5499004bea3f1c0a5759ac989fc3a6
  3. Greg Hurrell 2011-11-10T08:35:49Z

    Status changed:

    • From: open
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets