Commit c4befeb
docs(model-apps): repair two comment tokens mangled by a shell escape
Caught by an adversarial production-readiness review. The pagination test's
comment was written through a PowerShell here-string, and PowerShell consumed the
backticks as escape characters: ` `top: 5000` ` became a literal TAB, and
` `\\` ` was swallowed entirely, leaving "Dataverse honors as a hard cap".
The comment explains WHY the query must not combine paginate with top, which is
the whole point of the test, so a reader hitting the corrupted line loses the
reason and may "simplify" the query back.
Comment text only; no behaviour change. Swept the other four test files appended
the same way -- no further corruption. 1522 tests still pass.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 42626da2-b66f-4162-acaa-b1127ef23d891 parent 5b79b95 commit c4befeb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| |||
0 commit comments