kalamuna / twig-drupal-filters

Twig.js implementations of Drupal's Twig filters
8 stars 16 forks source link

Implement 'without' filter #33

Closed fafnirical closed 4 years ago

fafnirical commented 4 years ago

Fixes #26.

Tests should be implemented; they're at https://git.drupalcode.org/project/drupal/blob/8.8.x/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php#L22-122 and https://git.drupalcode.org/project/drupal/blob/8.8.x/core%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Ftwig_theme_test%2Ftemplates%2Ftwig_theme_test.filter.html.twig

RobLoach commented 4 years ago

Thanks a lot for implementing this one. Could get some tests in this next week.