UDAs
- Orphaned UDA name/value pairs show up in the 'info' report, but with the name listed as '[name value]'. The brackets indicate that the data is not modifiable.
This commit is contained in:
@@ -57,7 +57,7 @@ if (open my $fh, '>', 'uda.rc')
|
||||
|
||||
# Observe the UDA properly reported by the 'info' command.
|
||||
$output = qx{../src/task rc:uda.rc 1 info 2>&1};
|
||||
like ($output, qr/UDA Orphan\s+foo/, 'UDA orphan shown');
|
||||
like ($output, qr/extra\s+foo/, 'UDA orphan shown');
|
||||
|
||||
# Modify the task, ensure UDA preserved.
|
||||
qx{../src/task rc:uda.rc 1 modify /one/two/ 2>&1};
|
||||
|
||||
Reference in New Issue
Block a user