Skip to content

Not parsing lines ending by backslash #1

@Chuckame

Description

@Chuckame

Want to parse this to profile:

    #define MMU2_LOAD_TO_NOZZLE_SEQUENCE \
      {  7.2,  562 }, \
      { 14.4,  871 }, \
      { 36.0, 1393 }, \
      { 14.4,  871 }, \
      { 50.0,  198 }

Expected something like that:

enabled:
  MMU2_LOAD_TO_NOZZLE_SEQUENCE: "\
      {  7.2,  562 }, \
      { 14.4,  871 }, \
      { 36.0, 1393 }, \
      { 14.4,  871 }, \
      { 50.0,  198 }"

Actual:

enabled:
  MMU2_LOAD_TO_NOZZLE_SEQUENCE: \

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions