leandron commented on a change in pull request #7651:
URL: https://github.com/apache/tvm/pull/7651#discussion_r593362876
##########
File path: tests/python/driver/tvmc/test_tvmc_common.py
##########
@@ -273,3 +273,24 @@ def test_parse_multiple_target_with_opts():
assert "myopt" in targets[0]["opts"]
assert "value" == targets[0]["opts"]["myopt"]
assert "llvm" == targets[1]["name"]
+
+
+def test_parse_multiple_separators_on_target():
Review comment:
@comaniac I'll adjust the test into the same PR with clarification of
the regex :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]