Page MenuHomePhabricator

underline rule - tweak it a bit
ClosedPublic

Authored by btrahan on Jan 17 2014, 9:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 4, 11:55 PM
Unknown Object (File)
Fri, Aug 16, 10:27 PM
Unknown Object (File)
Sun, Aug 11, 10:06 AM
Unknown Object (File)
Sun, Aug 11, 10:04 AM
Unknown Object (File)
Sun, Aug 11, 10:03 AM
Unknown Object (File)
Sun, Aug 11, 10:01 AM
Unknown Object (File)
Aug 5 2024, 2:28 AM
Unknown Object (File)
Aug 3 2024, 12:05 AM

Details

Summary

basically what you told me to do in D7995, but I also added a "/" to the 'don't capture' clause. In my chosen test code without this check we would end up underlining "and also", and I figured this special case will probably need to handle multiple files in a row with this formatting.

Of course, this means __/something__ also won't be underlined.

Test Plan

plugged the regex into a handy online tool (http://regex101.com/) and played with it a bunch. re-ran unit tests and they passed

Diff Detail

Branch
underlinetweak
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningsrc/markup/engine/__tests__/remarkup/underline.txt:13TXT3Line Too Long
Unit
Tests Passed

Event Timeline

The internal / seems maybe a tiny bit odd, but we can see what people hit and tweak as necessary.

Cool. I'm working on my orange belt. :D