VirtualBox

Changeset 35342 in vbox for trunk/src


Ignore:
Timestamp:
Dec 27, 2010 2:04:45 PM (14 years ago)
Author:
vboxsync
Message:

vboxshell: attribute values can be not only alpha-numeric

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r35264 r35342  
    752752        if not subexp.startswith(self.type):
    753753            return False
    754         m = re.search(r"@(?P<a>\w+)=(?P<v>\w+)", subexp)
     754        m = re.search(r"@(?P<a>\w+)=(?P<v>[^\'\[\]]+)", subexp)
    755755        matches = False
    756756        try:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette