Skip to content

Typo in the readme sample code #3

@wphtech

Description

@wphtech

On the readme file, under the synopsis, the following line error-out for me

diff "abcdefg\nbcdef","abcd\nbcdef", output-style => Context
===SORRY!=== Error while compiling:
Undeclared name:
Context used at line 1

I think it should have Context quoted like the following one.

diff "abcdefg\nbcdef","abcd\nbcdef", output-style => 'Context'
*** A
--- B


*** 1,1 ****
! abcdefg
bcdef
--- 1,1 ----
! abcd
bcdef

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions