discourse-table-builder/javascripts
Penar Musaraj fdc79d0cbf
FIX: do not edit wrong table when post has uploads (#37)
Previously, the regex was catching uploads as well as tables.

This change ensures only strict tables are matched by requiring that
matches start with the pipe character.

Also adds a unit test for `findTableRegex` to describe the expected
behaviour of the helper.
2023-01-04 08:06:25 +01:00
..
discourse FIX: do not edit wrong table when post has uploads (#37) 2023-01-04 08:06:25 +01:00
discourse-table-builder/lib FIX: do not edit wrong table when post has uploads (#37) 2023-01-04 08:06:25 +01:00