# 구분자가 삼켜지는 지점 # Question: 역슬래시로 끝난 값은 어떻게 되는가? direction: right n0: "역슬래시로 끝난 값" { shape: rectangle } n1: "종료 인용부 놓침" { shape: rectangle } n2: "뒤 헤더 흡수" { shape: rectangle } n3: "헤더 맵 붕괴" { shape: rectangle } n0 -> n1: "이스케이프 실패" n1 -> n2: "구분자 삼킴" n2 -> n3: "붕괴"