Stash's comments mangle NSString literals and other @-prefixed things (@"foo" is rendered as @foo)

XMLWordPrintable

      If I add a comment in Stash’s code review interface that contains something like this:
      [csMutable addCharactersInString:@"-"];

      It turns it into this:
      [csMutable addCharactersInString:@-];

      And if I try doing something more complicated, like this:
      @[@“foo”, @“bar”, @“baz”];

      It results in a comment like this:
      @[@foo, @bar, @baz];

      This is really annoying and makes code review of Obj-C sources a real pain.

            Assignee:
            Robin Stocker (Inactive)
            Reporter:
            Corey Steele
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: