summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/coverage/invalid_U.pl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-01-10 03:03:23 +0000
committerNorbert Preining <norbert@preining.info>2024-01-10 03:03:23 +0000
commitcdb8117b8f1ac752d1927b82759c5be9f0ec0ab5 (patch)
treeebd07d36ab12076de3523b744cc87f975747f3e0 /macros/texinfo/texinfo/tp/t/results/coverage/invalid_U.pl
parent140e2f7f1509acd423172e2895d0d7839e5b88c6 (diff)
CTAN sync 202401100303
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/coverage/invalid_U.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/coverage/invalid_U.pl26
1 files changed, 18 insertions, 8 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/coverage/invalid_U.pl b/macros/texinfo/texinfo/tp/t/results/coverage/invalid_U.pl
index 06ea0c3f78..8f86748c6b 100644
--- a/macros/texinfo/texinfo/tp/t/results/coverage/invalid_U.pl
+++ b/macros/texinfo/texinfo/tp/t/results/coverage/invalid_U.pl
@@ -13,8 +13,10 @@ $result_trees{'invalid_U'} = {
'contents' => [
{
'cmdname' => 'U',
- 'extra' => {
- 'spaces' => ' '
+ 'info' => {
+ 'spaces_after_cmd_before_arg' => {
+ 'text' => ' '
+ }
},
'source_info' => {
'file_name' => '',
@@ -152,9 +154,13 @@ $result_trees{'invalid_U'} = {
'text' => '0023'
}
],
- 'extra' => {
- 'spaces_after_argument' => ' ',
- 'spaces_before_argument' => ' '
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => ' '
+ },
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
},
'type' => 'brace_command_arg'
}
@@ -198,9 +204,13 @@ $result_trees{'invalid_U'} = {
'text' => 'wxyz'
}
],
- 'extra' => {
- 'spaces_after_argument' => ' ',
- 'spaces_before_argument' => ' '
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => ' '
+ },
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
},
'type' => 'brace_command_arg'
}