diff options
author | elioat <hi@eli.li> | 2023-07-13 09:19:47 -0400 |
---|---|---|
committer | elioat <hi@eli.li> | 2023-07-13 09:19:47 -0400 |
commit | e8af8b886ac22084d0ff0f53dde392a3c40cd6a6 (patch) | |
tree | e331f9a750331e0ba059ea1e6723fda92af9470e /janet/fedi-playground/test | |
parent | 8fa9ccfb54e2ac8c86fae53c0e6395fa72fdc330 (diff) | |
download | tour-e8af8b886ac22084d0ff0f53dde392a3c40cd6a6.tar.gz |
*
Diffstat (limited to 'janet/fedi-playground/test')
-rw-r--r-- | janet/fedi-playground/test/data-shapes.janet | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/janet/fedi-playground/test/data-shapes.janet b/janet/fedi-playground/test/data-shapes.janet new file mode 100644 index 0000000..7586039 --- /dev/null +++ b/janet/fedi-playground/test/data-shapes.janet @@ -0,0 +1,86 @@ +(use judge) +(use /src/play) + +(assert (= (+ 2 2) 3)) + +# (test (select-by-key "acct" all-followers) +# @["brendan@merveilles.town" +# "balrogboogie@mastodon.art" +# "mstange@mastodon.social" +# "mario_afk@merveilles.town" +# "hanbruder@ecoevo.social" +# "angelo@social.droppedbits.com" +# "akkartik@lethallava.land" +# "kategenevieve@assemblag.es" +# "kidskylark" +# "saltimbanque@mamot.fr" +# "dcreager@dcreager.net" +# "computersandblues@post.lurk.org" +# "tamberg@quite.social" +# "hs0ucy@jasette.facil.services" +# "prahou@merveilles.town" +# "nix@merveilles.town" +# "cidney@social.city-of-glass.net" +# "alyssa@cloudisland.nz" +# "hastur@hackers.town" +# "cian@post.lurk.org" +# "ben@a11y.info" +# "jeremy@boles.social" +# "pkra@bonn.social" +# "typeable@mastodon.social" +# "nocko@kolektiva.social" +# "ioezg@emacs.ch" +# "jleightcap@treehouse.systems" +# "arcade@catcatnya.com" +# "illegaldaydream@kolektiva.social" +# "maro@merveilles.town" +# "halfflat@calckey.social" +# "julienxx@nein.club" +# "required@zero.parts" +# "lior@mastodon.social" +# "Amirography@fosstodon.org" +# "decentral1se@varia.zone" +# "mirth@mastodon.sdf.org" +# "tbsp@merveilles.town" +# "plexus@toot.cat" +# "cblgh@merveilles.town" +# "spiralganglion@mastodon.social" +# "booters@kolektiva.social" +# "thegr8whoopdini@bookwyrm.social" +# "pixx@merveilles.town" +# "angelo@social.lol" +# "HarneyB@decept.org" +# "woozong@post.lurk.org" +# "sieve@hachyderm.io" +# "amszmidt@mastodon.social" +# "karlinfox@mastodon.cloud" +# "resoluxe@mastodon.art" +# "idlestate@toot.cat" +# "fmflake@mastodon.social" +# "raychill@aus.social" +# "selmakovich@eldritch.cafe" +# "bartgo@fosstodon.org" +# "GoodClover@en.osm.town" +# "levibeach@merveilles.town" +# "celebrion@mastodon.online" +# "benji@fosstodon.org" +# "nilmethod@pleroma.destroyallmachines.net" +# "nikken@post.lurk.org" +# "lobo@merveilles.town" +# "ophiuchoid@indieweb.social" +# "mu@merveilles.town" +# "kieranmcguire@mastodon.online" +# "yagaruma@mastodon.social" +# "dook@post.lurk.org" +# "wilfredh@mastodon.social" +# "Jetengineweasel@hackers.town" +# "DrTCombs@transportation.social" +# "jy4m@matapacos.dog" +# "ivmirx@mas.to" +# "vanja@tech.lgbt" +# "abuseofnotation@mathstodon.xyz" +# "jes5199@mastodon.social" +# "ouro@social.snircle.space" +# "typeswitch@gamedev.lgbt" +# "Ronkjeffries@mastodon.social" +# "bogmon@mstdn.social"]) \ No newline at end of file |