SimenB / stylint

Improve your Stylus code with Stylint
https://simenb.github.io/stylint/
GNU General Public License v2.0
348 stars 61 forks source link

Separated trimLine content and url regexp's and made them work better #347

Open watzon opened 8 years ago

watzon commented 8 years ago

Separated the original urlOrCOntentRe into 2 separate regexp's and made them more specific so they don't match incorrect patterns.

SimenB commented 8 years ago

Tests pass, so should be GTG. I don't know enough regex to comment on that part though... @rossPatton?

SimenB commented 8 years ago

@iDev0urer Could you add a test that fails without this change?

I'll do some refactoring in the near future, would be great if this had a regression test in place 😄

SimenB commented 7 years ago

@watzon Ping 😄