SCA2 bug report

Discussions worth keeping around later.
Post Reply
User avatar
Buran
Lebom
Lebom
Posts: 135
Joined: Mon Sep 10, 2012 2:28 pm
Location: Vancouver, BC

SCA2 bug report

Post by Buran »

I found a bug involving the … symbol while working on some changes involving dominant and recessive vowels.

Categories:
S=iueoa
L=īūēōā

Changes:
/@/S_
@//L…_
@//_…L

Input:
kikukekoka
kīkukekoka

Expected output:
ki@ku@ke@ko@ka@
kīkukekoka

Actual output:
ki@ku@ke@ko@ka@
kīkuke@ko@ka@

Evidently the program is only checking for instances of L once instead of until all instances are found.

Post Reply