t_action.py revision 409
305N/A# The contents of this file are subject to the terms of the 305N/A# Common Development and Distribution License (the "License"). 305N/A# You may not use this file except in compliance with the License. 305N/A# See the License for the specific language governing permissions 305N/A# and limitations under the License. 305N/A# When distributing Covered Code, include this CDDL HEADER in each 305N/A# If applicable, add the following below this CDDL HEADER, with the 305N/A# fields enclosed by brackets "[]" replaced with your own identifying 305N/A# information: Portions Copyright [yyyy] [name of copyright owner] 305N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 305N/A# Use is subject to license terms. 315N/A "file 12345 name=\"foo bar")
315N/A "file 12345 \"name=foo bar")
315N/A #self.assertRaises(ValueError, action.fromstr, 315N/A # "file 12345 na\"me=foo bar") 315N/A #self.assertRaises(ValueError, action.fromstr, 315N/A # "file 12345 name=foo\"bar")