Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Add some doc examples #6

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Conversation

amsross
Copy link

@amsross amsross commented Oct 22, 2016

Per #1, here are some simple examples for:

  • finchstar
  • finchstarstar
  • goldfinch
  • hummingbird
  • idstar
  • idstarstar
  • jalt
  • jalt_
  • kite
  • owl
  • phoenix
  • quacky
  • queer
  • quirky
  • quixotic
  • quizzical
  • robin
  • robinstar
  • robinstarstar

I thought I'd be able to go through the rest as I try to understand them, but I'm much shorter on time than I had thought, so I'll add more as I'm able.

@codecov-io
Copy link

codecov-io commented Oct 22, 2016

Current coverage is 100% (diff: 100%)

No coverage report found for master at 6f37c6e.

Powered by Codecov. Last update 6f37c6e...238486e

//. ```js
//. > finchstar(a => separator => b => a + separator + b)('birds')('-')('fantasy')
//. 'fantasy-birds'
//. ```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these verified by doctest or something similar?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I ran them through npm run test:doc as I filled them in,

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, splendid!

@amsross
Copy link
Author

amsross commented Oct 22, 2016

Apologies, I didn't mean to keep committing to this branch after I opened the PR. I'll stop now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants