Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created March 7, 2017 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/4ef748ecc170dd3dc138d4f9e5f969e5 to your computer and use it in GitHub Desktop.
Save zoffixznet/4ef748ecc170dd3dc138d4f9e5f969e5 to your computer and use it in GitHub Desktop.
zoffix@leliana:/tmp/tmp.C0U8qCkwHU$ perl6 xt/aspell.t doc/Language/py-nutshell.pod6
1..1
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.7-20110707)
# & uares 79 14: uar es, uar-es, Ares, ares, Aries, are's, areas, auras, Uris, ores, bares, cares, dares, fares, hares, mares, pares, rares, tares, wares, IRAs, arise, arose, aeries, arras, ire's, erase, users, IRA's, Ira's, aura's, acres, area, urea, area's, eras, urea's, urges, Ara's, Arius, Urals, are, arias, ore's, res, braes, cures, lures, Ora's, Ware's, care's, dare's, era's, euros, fare's, hare's, mare's, tare's, ware's, Ar's, Eire's, Urey, ears, oars, aerie's, user's, Rae's, ear's, oar's, acre's, Aries's, urge's, Re's, re's, brae's, cure's, lure's, euro's, aria's
not ok 1 - doc/Language/py-nutshell.pod6 has 1 spelling errors
# Failed test 'doc/Language/py-nutshell.pod6 has 1 spelling errors'
# at xt/aspell.t line 68
# Looks like you failed 1 test of 1
zoffix@leliana:/tmp/tmp.C0U8qCkwHU$ grep uares !$
grep uares doc/Language/py-nutshell.pod6
squares = []
squares.append(lambda: x ** 2)
print squares[2]()
print squares[4]()
my \squares = [];
squares.append({ x² });
say squares[2]();
say squares[4]();
works fine); the unicode superscript 2 squares a number.
zoffix@leliana:/tmp/tmp.C0U8qCkwHU$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment