~alcinnz/haskell-stylist

haskell-stylist/test d---------
2eff549d — Adrian Cochrane 4 years ago
Test/fix parsing of psuedoclasses/elements.
6d2fa464 — Adrian Cochrane 4 years ago
Tidyup testsuite code, according to newly enabled compiler warnings.
be4bb6f0 — Adrian Cochrane 4 years ago
Fix parser freezes, blocking issue for Rhapsode.
62b97a58 — Adrian Cochrane 4 years ago
Fix incorrect handling of invalid syntaxes.
7083855b — Adrian Cochrane 4 years ago
Test override styles.
a35a8a23 — Adrian Cochrane 4 years ago
Test cascade logic.
3bd6ae52 — Adrian Cochrane 4 years ago
Test/fix cascade logic for selector specificity.
af343c17 — Adrian Cochrane 4 years ago
Switch to new namespace for consistency with other modules like css-syntax.
ee89bcfd — Adrian Cochrane 4 years ago
Abstract away RuleStore construction.
d47030fd — Adrian Cochrane 4 years ago
Handle !important CSS declarations.
9e7ce5e0 — Adrian Cochrane 4 years ago
Expose common interface above all selector passes.
524ca9cc — Adrian Cochrane 4 years ago
Compute selector specificity.
813c306e — Adrian Cochrane 4 years ago
Reorganize modules to make space for styling passes not related to selectors.
062bdd98 — Adrian Cochrane 4 years ago
Unit test the selector compiler.
df2761aa — Adrian Cochrane 4 years ago
Compile 'complex' selectors (ones with multiple tests but no tree traversal).

I'm currently using a temporary datastructure which will be easily
replaced with curried functions later.
d321f69d — Adrian Cochrane 4 years ago
Unit test the style index.
df951629 — Adrian Cochrane 4 years ago
Improve parsing API.

Now compound selectors have their own type, aiding indexing and maybe interpretation.
Now only one selector is associated with outputted style rule.
ceb3b528 — Adrian Cochrane 4 years ago
Add and pass some unit tests.