mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
better support for word.swap(otherWord) without parantheses or quotes
This commit is contained in:
@ -104,8 +104,6 @@ class PromptParserTestCase(unittest.TestCase):
|
||||
parse_prompt('(a (ba)dly (f)ormed test+ +prompt')
|
||||
with self.assertRaises(pyparsing.ParseException):
|
||||
parse_prompt('("((a badly (formed test+ ").blend(1.0)')
|
||||
with self.assertRaises(pyparsing.ParseException):
|
||||
parse_prompt('mountain (\\"man").swap("monkey")')
|
||||
|
||||
|
||||
def test_blend(self):
|
||||
|
Reference in New Issue
Block a user