-
-
Save caolan/569883 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
8 Sep 05:08:38 - getfiltertags. submitted tags: one,two,test fail tag , 3 | |
8 Sep 05:08:38 - checking : one | |
8 Sep 05:08:38 - getfiltertags. vetted tags: , length : 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
node> var req = {url:'http://hostname/path?tags=["one","two","test fail tag"]'};
node> util.getFilterTags(req)
8 Sep 10:26:53 - getfiltertags. submitted tags: one,two,test fail tag , 3
8 Sep 10:26:53 - checking : one
8 Sep 10:26:53 - checking : two
8 Sep 10:26:53 - checking : test fail tag
8 Sep 10:26:53 - getfiltertags. vetted tags: one,two , length : 2
[ 'one', 'two' ]