Ignore:
Timestamp:
11/03/2023 07:18:43 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
c12fd0f
Parents:
9ef2bd4
Message:

asciidoc: Really fix the "invalid escape sequence" issue

I was confused by the ' and " characters...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/asciidoc.xml

    r9ef2bd4 r8ef3f05  
    9292      </para>
    9393
    94 <screen><userinput>sed "/self.separator =/s/'/r'/" -i asciidoc/asciidoc.py</userinput></screen>
     94<screen><userinput>sed '/self.separator =/s/"/r"/' -i asciidoc/asciidoc.py</userinput></screen>
    9595
    9696      <para>
Note: See TracChangeset for help on using the changeset viewer.