Path: blob/main/tests/tools/sumolib/xml/comments/data/ptlines.xml
429541 views
<?xml version="1.0" encoding="UTF-8"?>12<ptLines>3<!-- comment on single line -->4<ptLine id="0" name="bus0" line="line0" type="bus">5<route edges="edge0"/> <!-- comment at end of line -->6</ptLine>7<!-- comment on8multiple lines -->910<ptLine id="1" line="line1" type="bus">11<route edges="edge0 edge1"/> <!-- comment starting at the end12over multiple lines -->13</ptLine>14<!-- comment at begin of line --> <ptLine id="2" name="bus2" line="line2" type="bus">15<route edges="edge0 edge1 edge2"/>16</ptLine>17<ptLine id="3" name="bus3" line="line3" type="bus"> <!-- comment in between --> <route edges="edge0 edge1 edge2"/> </ptLine>18<ptLine id="4" line="line4" type="bus"> <!-- comment in between19over multiple lines --> <route edges="edge0 edge1"/>20</ptLine>21</ptLines>222324