Skip to content

raw标签中文字符出错 #29

@Snowy117

Description

@Snowy117
#import "@preview/ctyp:0.3.0": ctyp
#let (ctypset, cjk) = ctyp()
#show: ctypset

// OK.
#raw("" * 256)

#raw("人a" * 255)

// Fail
#raw("" * 257)

#raw("" * 256 + "a")

#raw("人a" * 256)

编译时报错:

error: maximum grouping depth exceeded

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