blob: 9d40e20ea3f0a7e588e2a78c94b4e7859ac6e5d4 [file] [log] [blame]
40 columns |
>>> No spaces between identifiers.
library a . b . c;
<<<
library a.b.c;
>>> Don't wrap identifier.
library veryLong.alsoLong.evenMoreLong.thisToo;
<<<
library veryLong.alsoLong.evenMoreLong.thisToo;
>>> No spaces after unnamed library.
library ;
<<<
library;