[ruby-core:96746] [Ruby master Feature#16495] Inconsistant Quotes in Error Messages

[email protected] Fri, 10 Jan 2020 01:05:00 +0000 (UTC)
Newsgroups gmane.comp.lang.ruby.core
Message-ID <redmine.journal-83733.20200110010459.22b3be520e05bba3@ruby-lang.org>
Issue #16495 has been updated by nobu (Nobuyoshi Nakada).


This combination is very common, e.g., Emacs, TeX, etc.

----------------------------------------
Feature #16495: Inconsistant Quotes in Error Messages
https://bugs.ruby-lang.org/issues/16495#change-83733

* Author: Kolano (Kenneth Kolano)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
----------------------------------------
Error messages use inconsistent pairs of quotes, for instance...

```
-e:1:in `<main>': undefined local variable or method `foo' for main:Object (NameError)
```
...where a "fancy" quote is used on the left-hand side, and a standard single quote is used on the right.

The same quotes should be used on either side of elements being quoted.



-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>