We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a6590 commit cb2d2a6Copy full SHA for cb2d2a6
lldb/test/API/commands/settings/TestSettings.py
@@ -1082,7 +1082,7 @@ def test_settings_show_defaults(self):
1082
self.runCmd("settings set target.source-map /abc /tmp")
1083
self.expect(
1084
"settings show --defaults target.source-map",
1085
- substrs=["(default: empty)", '[0] "/abc" -> "/tmp"'],
+ patterns=[r"\(default: empty\)", r'\[0\] "[/\]abc" -> "[/\]tmp"'],
1086
)
1087
1088
def get_setting_json(self, setting_path=None):
0 commit comments