processing/p5.js

[p5.js 2.0 Bug Report]: IO loadTable test failed

開放

#7,854 建立於 2025年5月31日

 (8 則留言) (0 個反應) (0 位負責人)JavaScript (3,178 個分叉)batch import
Help Wantedp5.js 2.0+

倉庫指標

星標
 (20,784 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Most appropriate sub-area of p5.js?

  • Accessibility
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Build process
  • Unit testing
  • Internationalization
  • Friendly errors
  • Other (specify if possible)

p5.js version

No response

Web browser and version

No response

Operating system

Windows

Steps to reproduce this

Steps:

  1. run command npm test

Snippet:


CSV files should handle escaped quotes and returns within quoted fields
AssertionError: expected 'David,\r\nSr. "the boss"' to equal 'David,\nSr. "the boss"'
 - /test/unit/io/loadTable.js:87:12
- Expected
+ Received

- David,
+ David,

  Sr. "the boss"

貢獻者指南