Skip to content

Commit

Permalink
Fix file encodings (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
vexx32 authored Nov 23, 2018
1 parent 82be3d6 commit eb9fc6e
Show file tree
Hide file tree
Showing 46 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion PSKoans/Dependencies.psd1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@{
@{
Pester = '4.3.1'
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 601)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutCompareObject.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 205)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutDiscovery.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 201)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutForEachObject.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 208)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutGroupObject.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 210)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutMeasureObject.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 206)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutModules.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 212)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutNewObject.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 204)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutPSProviders.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 202)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutSelectObject.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 206)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutSortObject.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 211)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutSplatting.Koans.Ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 203)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutTeeObject.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 209)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 1/AboutWhereObject.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 207)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 2/1_IntermediateCmdlets.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using module PSKoans
using module PSKoans
[Koan(Position = 400)]
param()
2 changes: 1 addition & 1 deletion PSKoans/Koans/Cmdlets 3/1_AdvancedCmdlets.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using module PSKoans
using module PSKoans
[Koan(Position = 500)]
param()
2 changes: 1 addition & 1 deletion PSKoans/Koans/Constructs/AboutCustomObjects.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 303)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Constructs/AboutLists.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 301)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Constructs/AboutStringBuilder.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 302)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Foundations/AboutArrays.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 105)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Foundations/AboutAssertions.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 101)]
param()
<#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 106)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Foundations/AboutComparison.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 107)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Foundations/AboutConditionals.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 110)]
param()
<#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 103)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Foundations/AboutHashtables.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 112)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Foundations/AboutLoopsAndPipelines.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 113)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Foundations/AboutOrderOfOperations.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 104)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Foundations/AboutStringOperators.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 109)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Foundations/AboutStrings.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 108)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Foundations/AboutTheStockChallenge.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 114)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Foundations/AboutTypeOperators.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 111)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Foundations/AboutVariables.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(Position = 102)]
param()
<#
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Testing Grounds/TestingArrays.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<#
<#
Master Koan! The Monks of the PowerShell order have become angry, and began to complain
that the best chores are being given to the favored Monks. In order to prevent the dishonour of
the angry Monks, we must fix this.
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Koans/Testing Grounds/TestingHashtables.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using module PSKoans
using module PSKoans
[Koan(115)]
param()

Binary file modified PSKoans/PSKoans.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion PSKoans/PSKoans.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Provides a library of editable Pester tests to assist learning PowerShell.
.DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Private/Initialize-KoanDirectory.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Initialize-KoanDirectory {
function Initialize-KoanDirectory {
<#
.SYNOPSIS
Provides a blank slate for Koans.
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Private/Invoke-Koan.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Invoke-Koan {
function Invoke-Koan {
<#
.FORWARDHELPTARGETNAME Invoke-Pester
.FORWARDHELPCATEGORY Function
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Private/Measure-Koan.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using namespace System.Management.Automation
using namespace System.Management.Automation
using namespace System.Management.Automation.Language

function Measure-Koan {
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Private/Write-ConsoleLine.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Write-ConsoleLine {
function Write-ConsoleLine {
<#
.SYNOPSIS
Writes text to the console.
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Private/Write-MeditationPrompt.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Write-MeditationPrompt {
function Write-MeditationPrompt {
<#
.SYNOPSIS
Provides a mechanism for Measure-Karma to write clean output.
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Public/Assert-Equality.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Assert-Equality {
function Assert-Equality {
param(
[object[]]
$ReferenceValue,
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Public/Get-Blank.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-Blank {
function Get-Blank {
<#
.SYNOPSIS
Returns $null
Expand Down
2 changes: 1 addition & 1 deletion PSKoans/Public/Measure-Karma.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Measure-Karma {
function Measure-Karma {
<#
.SYNOPSIS
Reflect on your progress and check your answers.
Expand Down

0 comments on commit eb9fc6e

Please sign in to comment.