Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
B
benchmark
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • benchmark
  • Repository

Switch branch/tag
  • benchmark
  • src
  • csv_reporter.cc
Find file
BlameHistoryPermalink
  • Michael Tesch's avatar
    escape special chars in csv and json output. (#802) · 588be044
    Michael Tesch authored Apr 19, 2019
    * escape special chars in csv and json output.
    
    - escape \b,\f,\n,\r,\t,\," from strings before dumping
      them to json or csv.
    - also faithfully reproduce the sign of nan in json.
    this fixes github issue #745.
    
    * functionalize.
    
    * split string escape functions between csv and json
    
    * Update src/csv_reporter.cc
    Co-Authored-By: 's avatartesch1 <tesch1@gmail.com>
    
    * Update src/json_reporter.cc
    Co-Authored-By: 's avatartesch1 <tesch1@gmail.com>
    588be044
csv_reporter.cc 4.27 KB
EditWeb IDE
×

Replace csv_reporter.cc

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.