open-nomad/ui/tests
Buck Doyle e3392b7da8
Fix exec escaping for emoji task name (#7813)
This closes #7459.

While emoji don’t actually need escaping, expanding the
expression that enumerates all task name characters that
don’t need escaping to include emoji is prohibitive, since
it’s a discontinuous range. The emoji-regex project has
such an expression and it’s 12kB.

This fixes the regular expression to property escape emoji
as a single character instead of as its component bytes.
Thanks to @DingoEatingFuzz for the suggestion.
2021-02-09 09:33:48 -06:00
..
acceptance Change down to highest-priority composite status (#9927) 2021-02-01 12:00:34 -06:00
helpers Describe the glimmer-factory better including the motive 2020-10-15 11:45:59 -07:00
integration Always include the region param in server monitor requests 2021-02-01 09:54:46 -08:00
pages Test coverage for the topology info panel. 2021-01-25 19:01:11 -08:00
unit Fix exec escaping for emoji task name (#7813) 2021-02-09 09:33:48 -06:00
utils Temporary helpers for ember-power-select 2020-06-16 10:23:36 -07:00
.eslintrc.js Add component accessibility auditing and fixes (#8679) 2020-08-25 10:56:02 -05:00
index.html Update the test index.html file 2019-04-10 14:54:32 -07:00
test-helper.js Migrate page objects away from jQuery (#7843) 2020-05-06 15:14:12 -05:00