-
-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boxes/regexes: Add stream fences handling in stream+topic autocomplete.
This commit improves support for stream+topic autocomplete done in previous commit to include stream fences case: `#**stream name**>Topic name`. ^^ The current approach uses regex for identifying the last occurence of required format containing stream fences. The dedicated autocomplete function remains the same: `autocomplete_stream_and_topic`. Tests added. Ticks a checkbox in #448.
- Loading branch information
1 parent
8879faf
commit 191e664
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters