Page MenuHomePhabricator

Fix an issue with tail parsing in object embeds in remarkup
ClosedPublic

Authored by epriestley on Dec 2 2014, 1:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 7, 1:55 PM
Unknown Object (File)
Apr 21 2026, 9:28 AM
Unknown Object (File)
Apr 15 2026, 8:51 PM
Unknown Object (File)
Mar 18 2026, 9:38 PM
Unknown Object (File)
Feb 3 2026, 7:22 AM
Unknown Object (File)
Dec 5 2025, 8:52 PM
Unknown Object (File)
Nov 28 2025, 8:27 AM
Unknown Object (File)
Nov 25 2025, 8:35 AM
Subscribers

Details

Summary

Fixes T6619. In {Xnnn key=value, key=value} we did not require a separator between the object and the key-value part. This could lead to {rX11aaa} being parsed as {rX11 aaa}, i.e. a reference to rX11 with parameter aaa set.

Instead, require a space or comma before we'll parse key-value parts of embedded objects.

Test Plan

Added and executed unit tests.

Screen_Shot_2014-12-01_at_5.53.30_PM.png (457×545 px, 27 KB)

Diff Detail

Repository
rP Phabricator
Branch
rrule
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 3158
Build 3164: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Fix an issue with tail parsing in object embeds in remarkup.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: btrahan, chad.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Dec 2 2014, 1:57 AM
This revision was automatically updated to reflect the committed changes.