Uploaded image for project: 'MongoDB Shell'
  1. MongoDB Shell
  2. MONGOSH-902

_ is buggy in the cli repl

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.0.1
    • Affects Version/s: None
    • Component/s: CLI Module
    • Labels:
      None
    • Not Needed
    • Iteration Geneva

      replset [direct: primary] test> 4
      4
      replset [direct: primary] test> _
      { type: null, rawValue: 4, printable: 4 }
      replset [direct: primary] test> _
      {
        type: null,
        rawValue: { type: null, rawValue: 4, printable: 4 },
        printable: { type: null, rawValue: 4, printable: 4 },
        source: undefined
      }
      

            Assignee:
            anna.henningsen@mongodb.com Anna Henningsen
            Reporter:
            anna.henningsen@mongodb.com Anna Henningsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: