-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update minibox filter function to support multiple tag separators (#112)
* changed MiniBox filter function to accomidate more than 1 TAG_SEPARATOR. Updated unit test * updated docstring * formatting fix * another docstring amendment * changed MiniBox split to only split on first TAG_Separator. Added test that searches for subcode instead of code and returns empty. * adding test that tries to use filter to access parameter with no tag separator and returns empty * Update src/arcade/core/util/MiniBox.java Co-authored-by: Jessica S. Yu <[email protected]> * edited tests for clarity * changed test to make code not first and filter on code, instead of making code first and filtering on subcode --------- Co-authored-by: Jessica S. Yu <[email protected]>
- Loading branch information
1 parent
4d546fa
commit 600b782
Showing
2 changed files
with
37 additions
and
5 deletions.
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