[Issue 5915] Newlines are not propagated when copy&pasting code snippets

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 7 02:50:34 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=5915



--- Comment #8 from bearophile_hugs at eml.cc 2013-02-07 02:50:27 PST ---
(In reply to comment #7)
> They seem to work for me now. Can bearophile and Stewart confirm?

If I go in this page with the latest version of Firefox:
http://dlang.org/phobos/std_algorithm.html

And I copy the first example I get no newlines:

int[] a = ...; static bool greater(int a, int b) { return a > b; }
sort!(greater)(a); // predicate as alias sort!("a > b")(a); // predicate as
string // (no ambiguity with array name) sort(a); // no predicate, "a < b" is
implicit

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list