mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Qi.Examples: min_xml: Fixed inconsistency with docs
https://svn.boost.org/trac10/ticket/12860
This commit is contained in:
@@ -157,7 +157,7 @@ namespace client
|
||||
|
||||
end_tag =
|
||||
"</"
|
||||
>> string(_r1)
|
||||
>> lit(_r1)
|
||||
>> '>'
|
||||
;
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ namespace client
|
||||
|
||||
end_tag =
|
||||
"</"
|
||||
>> string(_r1)
|
||||
>> lit(_r1)
|
||||
>> '>'
|
||||
;
|
||||
|
||||
|
||||
@@ -158,7 +158,7 @@ namespace client
|
||||
|
||||
end_tag =
|
||||
"</"
|
||||
> string(_r1)
|
||||
> lit(_r1)
|
||||
> '>'
|
||||
;
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ namespace client
|
||||
|
||||
, end_tag %=
|
||||
"</"
|
||||
>> string(_r1)
|
||||
>> lit(_r1)
|
||||
>> '>'
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user