# First-occurrence full note for a single-author book. # # Mirrors the v1 exemplar `book_single_author_yu.toml` (same source, same # author, same publisher) but expects CMOS 18 NOTE form rather than # bibliography form. Cited passage is on a fictional specific page (45) # to exercise the rule that note form takes a specific page, not a # range. # # Exercises: # - Author in NORMAL order ("Charles Yu", not "Yu, Charles") # - Comma separation between elements (vs periods in bibliography) # - Publisher in PARENTHESES with year # - No place of publication (CMOS 14.30, 18th ed.) # - Specific page number # - Italicized book title # - Terminal period at end of note # # Field naming note: this exemplar uses `expected_note` (not v1's # `expected_bibliography`). The v2 scoring harness loader is not yet # wired up; chunk 1 of v2 only smoke-tests these via direct tomllib # loading. The field name change is forward-compatible. source = "Real published book; this is a fabricated specific page citation for testing note form" type = "note_book" tags = ["note", "book", "single-author", "first-occurrence"] canary = true messy_input = "yu, charles. interior chinatown. New York: Pantheon Books, 2020. p. 45." expected_note = "Charles Yu, *Interior Chinatown* (Pantheon Books, 2020), 45." [canonical] author = "Charles Yu" title = "Interior Chinatown" publisher = "Pantheon Books" year = 2020 page = 45