added newlins to functions.ts to pass tests

pull/14464/head
Scott Anderson 2019-07-25 16:07:33 -06:00
parent 15cc4ffeb9
commit c4b8737b96
1 changed files with 4 additions and 2 deletions

View File

@ -501,7 +501,8 @@ export const FLUX_FUNCTIONS: FluxToolbarFunction[] = [
},
],
package: 'date',
desc: 'Returns the day of the week for a specified time. Results range from `[0-6]`.',
desc:
'Returns the day of the week for a specified time. Results range from `[0-6]`.',
example: 'date.weekDay(t: 2019-07-17T12:05:21.012Z)',
category: 'Transformations',
link:
@ -517,7 +518,8 @@ export const FLUX_FUNCTIONS: FluxToolbarFunction[] = [
},
],
package: 'date',
desc: 'Returns the day of the year for a specified time. Results include leap days and range from `[1-366]`.',
desc:
'Returns the day of the year for a specified time. Results include leap days and range from `[1-366]`.',
example: 'date.yearDay(t: 2019-07-17T12:05:21.012Z)',
category: 'Transformations',
link: